This document is archived and information here might be outdated.  Recommended version.


IMultiLayerFillSymbol.Layer Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IM > IMultiLayerFillSymbol Interface > IMultiLayerFillSymbol.Layer Property
ArcGIS Developer Help

IMultiLayerFillSymbol.Layer Property

Fill symbol per layer position.

[Visual Basic .NET]
Public Function get_Layer ( _
    ByVal index As Integer _
) As IFillSymbol
[C#]
public IFillSymbol get_Layer (
    int index
);
[C++]
HRESULT get_Layer(
  long index,
  IFillSymbol** fillLayer
);
[C++]
Parameters
index [in]

index is a parameter of type long fillLayer [out, retval]
fillLayer is a parameter of type IFillSymbol**

Product Availability

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

Description

GetLayer returns an IFillSymbol from the specified index of the IMultiLayerFillSymbol.

See Also

IMultiLayerFillSymbol Interface