ArcFM Solution Developer Guide
GetSubtypeByID Method (IMMConfigTopLevel)


IObjectClass
Long

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

Given an IObjectClass object, this method returns an IMMSubtype object and optionally the associated field settings. Parameters include the object class, subtype code, and a boolean value indicating whether to include field settings.
Syntax
'Declaration
 
Function GetSubtypeByID( _
   ByVal pObjectClass As ESRI.ArcGIS.Geodatabase.IObjectClass, _
   ByVal lSubTypeCode As Integer, _
   ByVal bFieldOnly As Boolean _
) As IMMSubtype
'Usage
 
Dim instance As IMMConfigTopLevel
Dim pObjectClass As ESRI.ArcGIS.Geodatabase.IObjectClass
Dim lSubTypeCode As Integer
Dim bFieldOnly As Boolean
Dim value As IMMSubtype
 
value = instance.GetSubtypeByID(pObjectClass, lSubTypeCode, bFieldOnly)
IMMSubtype GetSubtypeByID( 
   ESRI.ArcGIS.Geodatabase.IObjectClass pObjectClass,
   int lSubTypeCode,
   bool bFieldOnly
)

Parameters

pObjectClass
IObjectClass
lSubTypeCode
Long
bFieldOnly

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

Return Value

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

IMMConfigTopLevel Interface
IMMConfigTopLevel Members

 

 


Send Comment