ArcFM Desktop Developer Guide
FieldDefinition Constructor


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

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

Parameters

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

FieldDefinition Class
FieldDefinition Members

 

 


Send Comment