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


IRepresentationRule.InsertLayer Method (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.InsertLayer Method
ArcGIS Developer Help

IRepresentationRule.InsertLayer Method

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*

Product Availability

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

See Also

IRepresentationRule Interface