This document is archived and information here might be outdated.  Recommended version.


IComponentCategoryManager.Create Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IC > IComponentCategoryManager Interface > IComponentCategoryManager.Create Method
ArcGIS Developer Help

IComponentCategoryManager.Create Method

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.

See Also

IComponentCategoryManager Interface