ArcFM Engine Developer Guide
GetFeatureID Method


Looks for a field with the FACILITYID modelname, and returns it's value. Otherwise, returns ObjectID as a string.
Syntax
'Declaration
 
Public Function GetFeatureID( _
   ByVal objInfo As ObjectInfo _
) As String
'Usage
 
Dim instance As GdbConfiguration
Dim objInfo As ObjectInfo
Dim value As String
 
value = instance.GetFeatureID(objInfo)
public string GetFeatureID( 
   ObjectInfo objInfo
)

Parameters

objInfo
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

GdbConfiguration Class
GdbConfiguration Members

 

 


Send Comment