ArcFM Responder Mobile Developer Guide
FieldKey Constructor






Syntax
'Declaration
 
Public Function New( _
   ByVal classID As System.Integer, _
   ByVal fieldIndex As System.Integer _
)
'Usage
 
Dim classID As System.Integer
Dim fieldIndex As System.Integer
 
Dim instance As New FieldKey(classID, fieldIndex)
public FieldKey( 
   System.int classID,
   System.int fieldIndex
)
public FieldKey( 
    classID: System.Integer;
    fieldIndex: System.Integer
); 
public function FieldKey( 
   classID : System.int,
   fieldIndex : System.int
);
public: FieldKey( 
   System.int classID,
   System.int fieldIndex
)
public:
FieldKey( 
   System.int classID,
   System.int fieldIndex
)

Parameters

classID
fieldIndex
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

FieldKey Structure
FieldKey Members

Send Feedback