ArcFM Solution Developer Guide
GetField Method


index for the field as Long

IMMField
Access a particular field within a subtype.
Syntax
'Declaration
 
Sub GetField( _
   ByVal lFieldIndex As Integer, _
   ByRef ppMMField As IMMField _
) 
'Usage
 
Dim instance As IMMSubtype
Dim lFieldIndex As Integer
Dim ppMMField As IMMField
 
instance.GetField(lFieldIndex, ppMMField)
void GetField( 
   int lFieldIndex,
   ref IMMField ppMMField
)

Parameters

lFieldIndex

index for the field as Long

ppMMField
IMMField
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

IMMSubtype Interface
IMMSubtype Members

 

 


Send Comment