ArcFM Desktop Developer Guide
CreateItem Method (ComCategoryLookup)


The index of the ClassID of the requested object.
Returns a new object by the ClassID at the given index.
Syntax
'Declaration
 
Public Function CreateItem( _
   ByVal index As Integer _
) As Object
'Usage
 
Dim instance As ComCategoryLookup
Dim index As Integer
Dim value As Object
 
value = instance.CreateItem(index)
public object CreateItem( 
   int index
)

Parameters

index
The index of the ClassID of the requested object.
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