ArcFM Engine 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 String, _
   ByVal fieldsModelName As ICollection(Of String) _
)
'Usage
 
Dim featureModelName As String
Dim fieldsModelName As ICollection(Of String)
 
Dim instance As New FeatureClassesRequest(featureModelName, fieldsModelName)
public FeatureClassesRequest( 
   string featureModelName,
   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