ArcFM Responder Mobile Developer Guide
FieldDefinition Constructor






Syntax
'Declaration
 
Public Function New( _
   ByVal classInfo As ObjectClassInfo, _
   ByVal type As ESRI.ArcGIS.Geodatabase.esriFieldType, _
   ByVal name As System.String, _
   ByVal index As System.Integer _
)
'Usage
 
Dim classInfo As ObjectClassInfo
Dim type As ESRI.ArcGIS.Geodatabase.esriFieldType
Dim name As System.String
Dim index As System.Integer
 
Dim instance As New FieldDefinition(classInfo, type, name, index)
public FieldDefinition( 
   ObjectClassInfo classInfo,
   ESRI.ArcGIS.Geodatabase.esriFieldType type,
   System.string name,
   System.int index
)
public FieldDefinition( 
    classInfo: ObjectClassInfo;
    type: ESRI.ArcGIS.Geodatabase.esriFieldType;
    name: System.String;
    index: System.Integer
); 
public function FieldDefinition( 
   classInfo : ObjectClassInfo,
   type : ESRI.ArcGIS.Geodatabase.esriFieldType,
   name : System.String,
   index : System.int
);
public: FieldDefinition( 
   ObjectClassInfo* classInfo,
   ESRI.ArcGIS.Geodatabase.esriFieldType type,
   System.string* name,
   System.int index
)
public:
FieldDefinition( 
   ObjectClassInfo^ classInfo,
   ESRI.ArcGIS.Geodatabase.esriFieldType type,
   System.String^ name,
   System.int index
)

Parameters

classInfo
type
name
index
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

FieldDefinition Class
FieldDefinition Members

Send Feedback