This document is archived and information here might be outdated. Recommended version. |
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**