ArcFM Responder Mobile Developer Guide
FieldByIndex Method (IMMFieldManager)






Syntax
'Declaration
 
Function FieldByIndex( _
   ByVal nIndex As System.Integer _
) As IMMFieldAdapter
'Usage
 
Dim instance As IMMFieldManager
Dim nIndex As System.Integer
Dim value As IMMFieldAdapter
 
value = instance.FieldByIndex(nIndex)
IMMFieldAdapter FieldByIndex( 
   System.int nIndex
)
function FieldByIndex( 
    nIndex: System.Integer
): IMMFieldAdapter; 
function FieldByIndex( 
   nIndex : System.int
) : IMMFieldAdapter;
IMMFieldAdapter* FieldByIndex( 
   System.int nIndex
) 
IMMFieldAdapter^ FieldByIndex( 
   System.int nIndex
) 

Parameters

nIndex
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

IMMFieldManager Interface
IMMFieldManager Members

Send Feedback