Miner.Responder.Framework.Requests Namespace > GetFeatureClassObjectsIdInformationRequest Class : GetFeatureClassObjectsIdInformationRequest Constructor |
'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 )
Exception | Description |
---|---|
System.ArgumentNullException | Thrown if the feature class or name field model names have not been set. |
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