This document is archived and information here might be outdated. Recommended version. |
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*
DrawLayer draws the IFillSymbol stored at the specified index within the IMultiLayerFillSymbol.