ArcObjects Library Reference (Display)  

IMultiLayerFillSymbol.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

  Geometry is a parameter of type IGeometry

Product Availability

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

Description

DrawLayer draws the IFillSymbol stored at the specified index within the IMultiLayerFillSymbol.

See Also

IMultiLayerFillSymbol Interface