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.InsertLayer Method (ArcObjects .NET 10.5 SDK) |
Adds a layer to the representation rule.
[Visual Basic .NET] Public Sub InsertLayer ( _ ByVal index As Integer, _ ByVal Symbol As IBasicSymbol _ )
[C#] public void InsertLayer ( int index, IBasicSymbol Symbol );
[C++]
HRESULT InsertLayer(
long index,
IBasicSymbol* Symbol
);
[C++]
Parameters index [in] index is a parameter of type long Symbol [in]
Symbol is a parameter of type IBasicSymbol