ArcFM Engine 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 String, _
   ByVal nameFieldModelName As String _
)
'Usage
 
Dim featureModelName As String
Dim nameFieldModelName As String
 
Dim instance As New GetFeatureClassObjectsIdInformationRequest(featureModelName, nameFieldModelName)
public GetFeatureClassObjectsIdInformationRequest( 
   string featureModelName,
   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 XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

GetFeatureClassObjectsIdInformationRequest Class
GetFeatureClassObjectsIdInformationRequest Members

 

 


Send Comment