This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IM > IMultiLayerFillSymbol Interface > IMultiLayerFillSymbol.DrawLayer Method (ArcObjects .NET 10.5 SDK) |
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.