ArcFM Responder Mobile Developer Guide
CreateItem Method (IMMCategoryCache)






Syntax
'Declaration
 
Function CreateItem( _
   ByVal Index As System.Integer _
) As System.Object
'Usage
 
Dim instance As IMMCategoryCache
Dim Index As System.Integer
Dim value As System.Object
 
value = instance.CreateItem(Index)
System.object CreateItem( 
   System.int Index
)
function CreateItem( 
    Index: System.Integer
): System.TObject; 
function CreateItem( 
   Index : System.int
) : System.Object;
System.Object* CreateItem( 
   System.int Index
) 
System.Object^ CreateItem( 
   System.int Index
) 

Parameters

Index
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMCategoryCache Interface
IMMCategoryCache Members

Send Feedback