ArcFM Engine Developer Guide
GetFieldValue Method


Returns the value of the field with the given modelname, from the ObjectInfo argument.
Syntax
'Declaration
 
Public Function GetFieldValue( _
   ByVal objectClassID As Integer, _
   ByVal fieldModelName As String, _
   ByVal objInfo As ObjectInfo _
) As String
'Usage
 
Dim instance As GdbConfiguration
Dim objectClassID As Integer
Dim fieldModelName As String
Dim objInfo As ObjectInfo
Dim value As String
 
value = instance.GetFieldValue(objectClassID, fieldModelName, objInfo)
public string GetFieldValue( 
   int objectClassID,
   string fieldModelName,
   ObjectInfo objInfo
)

Parameters

objectClassID
fieldModelName
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