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


IRepresentationRule.Layer Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IRepresentationRule.Layer Property

Layer at a given index.

[Visual Basic .NET]
Public Function get_Layer ( _
    ByVal index As Integer _
) As IBasicSymbol
[C#]
public IBasicSymbol get_Layer (
    int index
);
[C++]
HRESULT get_Layer(
  long index,
  IBasicSymbol** Symbol
);
[C++]

Parameters index [in] index is a parameter of type long Symbol [out, retval]
Symbol is a parameter of type IBasicSymbol

Product Availability

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

See Also

IRepresentationRule Interface