ArcObjects Library Reference (Display)  

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