ArcObjects Library Reference (DefenseSolutions)  

IGraphicDef2.Hierarchy Property

A slash delimited string that describes how the graphic definition relates to other graphic definitions.

[Visual Basic .NET]
Public Property Hierarchy As String
[C#]
public string Hierarchy {get; set;}
[C++]
HRESULT get_Hierarchy(
  BSTR* Hierarchy
);
[C++]
HRESULT put_Hierarchy(
  BSTR Hierarchy
);
[C++]

Parameters

Hierarchy [out, retval]   Hierarchy is a parameter of type BSTR Hierarchy [in]   Hierarchy is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IGraphicDef2 Interface