ArcFM Responder Mobile Developer Guide
AddCategoryID Method (IComPropertySheet)






Syntax
'Declaration
 
Sub AddCategoryID( _
   ByVal Category As ESRI.ArcGIS.esriSystem.UID _
) 
'Usage
 
Dim instance As IComPropertySheet
Dim Category As ESRI.ArcGIS.esriSystem.UID
 
instance.AddCategoryID(Category)
void AddCategoryID( 
   ESRI.ArcGIS.esriSystem.UID Category
)
procedure AddCategoryID( 
    Category: ESRI.ArcGIS.esriSystem.UID
); 
function AddCategoryID( 
   Category : ESRI.ArcGIS.esriSystem.UID
);
void AddCategoryID( 
   ESRI.ArcGIS.esriSystem.UID* Category
) 
void AddCategoryID( 
   ESRI.ArcGIS.esriSystem.UID^ Category
) 

Parameters

Category
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

IComPropertySheet Interface
IComPropertySheet Members

Send Feedback