ArcFM Engine Developer Guide
FieldValue Method


Long
Provides the attribute value for the field.
Syntax
'Declaration
 
Function FieldValue( _
   ByVal nIndex As Integer _
) As Object
'Usage
 
Dim instance As IMMFieldBuilder
Dim nIndex As Integer
Dim value As Object
 
value = instance.FieldValue(nIndex)
object FieldValue( 
   int nIndex
)

Parameters

nIndex
Long

Return Value

Variant
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

IMMFieldBuilder Interface
IMMFieldBuilder Members

 

 


Send Comment