ArcFM Solution Developer Guide
GetSubtype Method (IMMFeatureClass)


subtype code as long

Given a subtype code, this method returns an IMMSubtype object.
Syntax
'Declaration
 
Function GetSubtype( _
   ByVal lSubTypeCode As Integer _
) As IMMSubtype
'Usage
 
Dim instance As IMMFeatureClass
Dim lSubTypeCode As Integer
Dim value As IMMSubtype
 
value = instance.GetSubtype(lSubTypeCode)
IMMSubtype GetSubtype( 
   int lSubTypeCode
)

Parameters

lSubTypeCode

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