ArcFM Solution Developer Guide
GetFields Method


IObjectClass

A boolean value indicating whether to return only fields or fields and their settings. True = Only fields; False = Fields and settings

Access multiple fields within a subtype. Optionally you may also access the field settings.
Syntax
'Declaration
 
Sub GetFields( _
   ByVal pObjectClass As ESRI.ArcGIS.Geodatabase.IObjectClass, _
   ByVal bFieldOnly As Boolean _
) 
'Usage
 
Dim instance As IMMSubtype
Dim pObjectClass As ESRI.ArcGIS.Geodatabase.IObjectClass
Dim bFieldOnly As Boolean
 
instance.GetFields(pObjectClass, bFieldOnly)
void GetFields( 
   ESRI.ArcGIS.Geodatabase.IObjectClass pObjectClass,
   bool bFieldOnly
)

Parameters

pObjectClass
IObjectClass
bFieldOnly

A boolean value indicating whether to return only fields or fields and their settings. True = Only fields; False = Fields and settings

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

IMMSubtype Interface
IMMSubtype Members

 

 


Send Comment