ArcFM Solution 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
)

Parameters

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

FeatureClassesRequest Class
FeatureClassesRequest Members
Overload List

 

 


Send Comment