ArcFM Engine Developer Guide
SelectClassSubtype2 Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Selects the specified class and subtype in the control, using the table name instead of the object class object.
Syntax
void SelectClassSubtype2( 
   string sTableName,
   int lSubtypeCode
)
'Declaration
 
Sub SelectClassSubtype2( _
   ByVal sTableName As String, _
   ByVal lSubtypeCode As Integer _
) 
 
'Usage
 
Dim instance As IMMClassSubtypeUC
Dim sTableName As String
Dim lSubtypeCode As Integer
 
instance.SelectClassSubtype2(sTableName, lSubtypeCode)

Parameters

sTableName
lSubtypeCode
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

IMMClassSubtypeUC Interface
IMMClassSubtypeUC Members

 

 


Send Comment