ArcFM Server Developer Guide
GetClassID Method (ComCategoryLookup)


The index of the requested ClassID.
Returns the ClassID at the given index.
Syntax
'Declaration
 
Public Function GetClassID( _
   ByVal index As Integer _
) As Guid
'Usage
 
Dim instance As ComCategoryLookup
Dim index As Integer
Dim value As Guid
 
value = instance.GetClassID(index)
public Guid GetClassID( 
   int index
)

Parameters

index
The index of the requested ClassID.

Return Value

The ClassID at the given index.
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