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 System.Integer, _
   ByRef ppMMField As IMMField _
) 
'Usage
 
Dim instance As IMMSubtype
Dim lFieldIndex As System.Integer
Dim ppMMField As IMMField
 
instance.GetField(lFieldIndex, ppMMField)
void GetField( 
   System.int lFieldIndex,
   ref IMMField ppMMField
)
procedure GetField( 
    lFieldIndex: System.Integer;
   var  ppMMField: IMMField
); 
function GetField( 
   lFieldIndex : System.int,
   ppMMField : IMMField
);
void GetField( 
   System.int lFieldIndex,
   ref IMMField* ppMMField
) 
void GetField( 
   System.int lFieldIndex,
   IMMField^% ppMMField
) 

Parameters

lFieldIndex

index for the field as Long

ppMMField
IMMField
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMSubtype Interface
IMMSubtype Members

Send Feedback