ArcObjects Library Reference (Display)  

IMultiLayerMarkerSymbol.DrawLayer Method

Draw a 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 IMarkerSymbol stored at the specified index within the IMultiLayerMarkerSymbol.

See Also

IMultiLayerMarkerSymbol Interface