ArcFM Desktop Developer Guide
GetClassIDString Method


The index of the requested ClassID.
Returns the ClassID at the given index, as a string.
Syntax
'Declaration
 
Public Function GetClassIDString( _
   ByVal index As Integer _
) As String
'Usage
 
Dim instance As ComCategoryLookup
Dim index As Integer
Dim value As String
 
value = instance.GetClassIDString(index)
public string GetClassIDString( 
   int index
)

Parameters

index
The index of the requested ClassID.

Return Value

The ClassID at the given index, as a string.
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

ComCategoryLookup Class
ComCategoryLookup Members

 

 


Send Comment