ArcFM Engine Developer Guide
CreateItem Method


Version: 10.2.1a

Resource Center Home

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

Parameters

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

IMMComCategoryLookup Interface
IMMComCategoryLookup Members

 

 


Send Comment