ArcFM Responder Mobile Developer Guide
CreateNewCategoryLI Method (IMMGraphicFavHelper)






Syntax
'Declaration
 
Function CreateNewCategoryLI( _
   ByVal sDescription As System.String _
) As ID8List
'Usage
 
Dim instance As IMMGraphicFavHelper
Dim sDescription As System.String
Dim value As ID8List
 
value = instance.CreateNewCategoryLI(sDescription)
ID8List CreateNewCategoryLI( 
   System.string sDescription
)
function CreateNewCategoryLI( 
    sDescription: System.String
): ID8List; 
function CreateNewCategoryLI( 
   sDescription : System.String
) : ID8List;
ID8List* CreateNewCategoryLI( 
   System.string* sDescription
) 
ID8List^ CreateNewCategoryLI( 
   System.String^ sDescription
) 

Parameters

sDescription
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

IMMGraphicFavHelper Interface
IMMGraphicFavHelper Members

Send Feedback