ArcFM Solution Developer Guide
GetSubtypeForEdit Method (IMMFeatureClass)


IObjectClass
subtype code as Long
Returns an IMMSubtype object without any associated field settings. Parameters include object class and subtype code.
Syntax
'Declaration
 
Function GetSubtypeForEdit( _
   ByVal pObjectClass As ESRI.ArcGIS.Geodatabase.IObjectClass, _
   ByVal pSubTypeCode As Integer _
) As IMMSubtype
'Usage
 
Dim instance As IMMFeatureClass
Dim pObjectClass As ESRI.ArcGIS.Geodatabase.IObjectClass
Dim pSubTypeCode As Integer
Dim value As IMMSubtype
 
value = instance.GetSubtypeForEdit(pObjectClass, pSubTypeCode)
IMMSubtype GetSubtypeForEdit( 
   ESRI.ArcGIS.Geodatabase.IObjectClass pObjectClass,
   int pSubTypeCode
)

Parameters

pObjectClass
IObjectClass
pSubTypeCode
subtype code as Long

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

IMMFeatureClass Interface
IMMFeatureClass Members

 

 


Send Comment