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


ICategoryHierarchyReader.ReadCategoryHierarchy Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Location)  

ICategoryHierarchyReader.ReadCategoryHierarchy Method

Gets hierarchy of used categories

[Visual Basic .NET]
Public Function ReadCategoryHierarchy ( _
) As IArray
[C#]
public IArray ReadCategoryHierarchy (
);
[C++]
HRESULT ReadCategoryHierarchy(
  IArray** ppArray
);
[C++]

Parameters ppArray [out, retval]
ppArray is a parameter of type IArray

Product Availability

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

See Also

ICategoryHierarchyReader Interface