ArcObjects Library Reference (Framework)  

IComPropertySheet.AddCategoryID Method

Adds a new Category ID used to look up COM property pages.

[Visual Basic .NET]
Public Sub AddCategoryID ( _
    ByVal Category As UID _
)
[C#]
public void AddCategoryID (
    UID Category
);

Product Availability

Available with ArcGIS Desktop.

See Also

IComPropertySheet Interface