ArcFM Responder Mobile Developer Guide
FeatureClassesRequest Constructor(String,ICollection<String>)






also get a list of fields that have the given model names applied
Syntax
'Declaration
 
Public Function New( _
   ByVal featureModelName As System.String, _
   ByVal fieldsModelName As System.Collections.Generic.ICollection(Of String) _
)
'Usage
 
Dim featureModelName As System.String
Dim fieldsModelName As System.Collections.Generic.ICollection(Of String)
 
Dim instance As New FeatureClassesRequest(featureModelName, fieldsModelName)
public FeatureClassesRequest( 
   System.string featureModelName,
   System.Collections.Generic.ICollection<string> fieldsModelName
)
public FeatureClassesRequest( 
    featureModelName: System.String;
    fieldsModelName: System.Collections.Generic.ICollection
); 
public function FeatureClassesRequest( 
   featureModelName : System.String,
   fieldsModelName : System.Collections.Generic.ICollection
);
public: FeatureClassesRequest( 
   System.string* featureModelName,
   System.Collections.Generic.ICollection<string*>* fieldsModelName
)
public:
FeatureClassesRequest( 
   System.String^ featureModelName,
   System.Collections.Generic.ICollection<String^>^ fieldsModelName
)

Parameters

featureModelName
fieldsModelName
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

FeatureClassesRequest Class
FeatureClassesRequest Members
Overload List

Send Feedback