ArcFM Engine Developer Guide
FeatureIDFieldModelName Property


Field model name assigned to a field to use as the human-readable feature identifier for a feature, such as FacilityID or Tag. By default, ObjectClassID.FeatureClassID is used.
Syntax
'Declaration
 
<ConfigurationPropertyAttribute("FeatureIDFieldModelName", 
   IsRequired=False, 
   IsKey=False, 
   DefaultValue=Mono.Cecil.CustomAttributeArgument)>
Public Property FeatureIDFieldModelName As String
'Usage
 
Dim instance As NetworkAdapterModelNamesElement
Dim value As String
 
instance.FeatureIDFieldModelName = value
 
value = instance.FeatureIDFieldModelName
[ConfigurationProperty("FeatureIDFieldModelName", 
   IsRequired=false, 
   IsKey=false, 
   DefaultValue=Mono.Cecil.CustomAttributeArgument)]
public string FeatureIDFieldModelName {get; 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

NetworkAdapterModelNamesElement Class
NetworkAdapterModelNamesElement Members

 

 


Send Comment