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


IComPropertySheet.AddCategoryID Method (ArcObjects .NET 10.5 SDK)
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