ArcFM Responder Mobile Developer Guide
QASelections Method (MMQAQCClass)






Syntax
'Declaration
 
Public Overridable Function QASelections( _
   ByVal pSelections As ESRI.ArcGIS.Geodatabase.ISelectionSet _
) As System.Integer
'Usage
 
Dim instance As MMQAQCClass
Dim pSelections As ESRI.ArcGIS.Geodatabase.ISelectionSet
Dim value As System.Integer
 
value = instance.QASelections(pSelections)
public virtual System.int QASelections( 
   ESRI.ArcGIS.Geodatabase.ISelectionSet pSelections
)
public function QASelections( 
    pSelections: ESRI.ArcGIS.Geodatabase.ISelectionSet
): System.Integer; virtual; 
public function QASelections( 
   pSelections : ESRI.ArcGIS.Geodatabase.ISelectionSet
) : System.int;
public: virtual System.int QASelections( 
   ESRI.ArcGIS.Geodatabase.ISelectionSet* pSelections
) 
public:
virtual 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

MMQAQCClass Class
MMQAQCClass Members

Send Feedback