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


IRepresentationRule.Layer Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IR > IRepresentationRule Interface > IRepresentationRule.Layer Property
ArcGIS Developer Help

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