ArcFM Responder Mobile Developer Guide
GetFeatureClassObjectsIdInformationRequest Constructor






The model name of the feature class.
The model name of the field containing the name of the objects.
Initializes a new instance of GetFeatureClassObjectsIdInformationRequest for querying identifying information of object within a feature class.
Syntax
'Declaration
 
Public Function New( _
   ByVal featureModelName As System.String, _
   ByVal nameFieldModelName As System.String _
)
'Usage
 
Dim featureModelName As System.String
Dim nameFieldModelName As System.String
 
Dim instance As New GetFeatureClassObjectsIdInformationRequest(featureModelName, nameFieldModelName)
public GetFeatureClassObjectsIdInformationRequest( 
   System.string featureModelName,
   System.string nameFieldModelName
)
public GetFeatureClassObjectsIdInformationRequest( 
    featureModelName: System.String;
    nameFieldModelName: System.String
); 
public function GetFeatureClassObjectsIdInformationRequest( 
   featureModelName : System.String,
   nameFieldModelName : System.String
);
public: GetFeatureClassObjectsIdInformationRequest( 
   System.string* featureModelName,
   System.string* nameFieldModelName
)
public:
GetFeatureClassObjectsIdInformationRequest( 
   System.String^ featureModelName,
   System.String^ nameFieldModelName
)

Parameters

featureModelName
The model name of the feature class.
nameFieldModelName
The model name of the field containing the name of the objects.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThrown if the feature class or name field model names have not been set.
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

GetFeatureClassObjectsIdInformationRequest Class
GetFeatureClassObjectsIdInformationRequest Members

Send Feedback