Creates a component category.
[Visual Basic .NET] Public Sub Create ( _ ByVal Name As String, _ ByVal category As UID _ )
[C#] public void Create ( string Name, UID category );
[C++]
HRESULT Create(
BSTR Name,
IUID* category
);
[C++]Parameters
Name [in] Name is a parameter of type BSTR category [in]category is a parameter of type IUID
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Name is a string representing the name of the new category you are creating.
Category is an IUID object representing a new unique identifier for the category you are creating.