ArcFM Responder Mobile Developer Guide
QASelections Method (IMMQAQC)






Syntax
'Declaration
 
Function QASelections( _
   ByVal pSelections As ESRI.ArcGIS.Geodatabase.ISelectionSet _
) As System.Integer
'Usage
 
Dim instance As IMMQAQC
Dim pSelections As ESRI.ArcGIS.Geodatabase.ISelectionSet
Dim value As System.Integer
 
value = instance.QASelections(pSelections)
System.int QASelections( 
   ESRI.ArcGIS.Geodatabase.ISelectionSet pSelections
)
function QASelections( 
    pSelections: ESRI.ArcGIS.Geodatabase.ISelectionSet
): System.Integer; 
function QASelections( 
   pSelections : ESRI.ArcGIS.Geodatabase.ISelectionSet
) : System.int;
System.int QASelections( 
   ESRI.ArcGIS.Geodatabase.ISelectionSet* pSelections
) 
System.int QASelections( 
   ESRI.ArcGIS.Geodatabase.ISelectionSet^ pSelections
) 

Parameters

pSelections
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMQAQC Interface
IMMQAQC Members

Send Feedback