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