ArcFM Responder Mobile Developer Guide
CreateNewCategoryLI Method (MMGraphicFavHelperClass)






Syntax
'Declaration
 
Public Overridable Function CreateNewCategoryLI( _
   ByVal sDescription As System.String _
) As ID8List
'Usage
 
Dim instance As MMGraphicFavHelperClass
Dim sDescription As System.String
Dim value As ID8List
 
value = instance.CreateNewCategoryLI(sDescription)
public virtual ID8List CreateNewCategoryLI( 
   System.string sDescription
)
public function CreateNewCategoryLI( 
    sDescription: System.String
): ID8List; virtual; 
public function CreateNewCategoryLI( 
   sDescription : System.String
) : ID8List;
public: virtual ID8List* CreateNewCategoryLI( 
   System.string* sDescription
) 
public:
virtual 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

MMGraphicFavHelperClass Class
MMGraphicFavHelperClass Members

Send Feedback