This document is archived and information here might be outdated. Recommended version. |
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*