This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IR > IRepresentationRule Interface > IRepresentationRule.Layer Property (ArcObjects .NET 10.5 SDK) |
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