ArcObjects Library Reference (Display)  

IMultiLayerLineSymbol.DrawLayer Method

Draws a line symbol layer.

[Visual Basic .NET]
Public Sub DrawLayer ( _
    ByVal index As Integer, _
    ByVal Geometry As IGeometry _
)
[C#]
public void DrawLayer (
    int index,
    IGeometry Geometry
);
[C++]
HRESULT DrawLayer(
  long index,
  IGeometry* Geometry
);
[C++]

Parameters

index [in]   index is a parameter of type long Geometry [in]

  Geometry is a parameter of type IGeometry

Product Availability

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

Description

DrawLayer draws the ILineSymbol stored at the specified index within the IMultiLayerLineSymbol.

See Also

IMultiLayerLineSymbol Interface