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


IPlugInGxIntegration.PropertyPageCategory Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IPlugInGxIntegration Interface > IPlugInGxIntegration.PropertyPageCategory Property
ArcGIS Developer Help

IPlugInGxIntegration.PropertyPageCategory Property

The CLSID for the property page component category for the dataset type.

[Visual Basic .NET]
Public Function get_PropertyPageCategory ( _
    ByVal dsType As esriDatasetType _
) As UID
[C#]
public UID get_PropertyPageCategory (
    esriDatasetType dsType
);
[C++]
HRESULT get_PropertyPageCategory(
  esriDatasetType dsType,
  IUID** cateoryID
);
[C++]
Parameters
dsType [in]

dsType is a parameter of type esriDatasetType cateoryID [out, retval]
cateoryID is a parameter of type IUID**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IPlugInGxIntegration Interface