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


IMultiLayerMarkerSymbol.Layer Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

IMultiLayerMarkerSymbol.Layer Property

Marker symbol per index position.

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

Parameters index [in] index is a parameter of type long markerLayer [out, retval]
markerLayer is a parameter of type IMarkerSymbol

Product Availability

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

Description

Layer returns the marker symbol at the specified layer in a IMultiLayerMarkerSymbol . Use LayerCount beforehand to determine how many layers currently exist in a IMultiLayerMarkerSymbol .

See Also

IMultiLayerMarkerSymbol Interface

.NET Related Topics

DisplayUI