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


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

IMarkerFillSymbol.MarkerSymbol Property

Marker symbol used for fill.

[Visual Basic .NET]
Public Property MarkerSymbol As IMarkerSymbol
[C#]
public IMarkerSymbol MarkerSymbol {get; set;}
[C++]
HRESULT get_MarkerSymbol(
  IMarkerSymbol** marker
);
[C++]
HRESULT putref_MarkerSymbol(
  IMarkerSymbol* marker
);
[C++]
Parameters
marker [out, retval]

marker is a parameter of type IMarkerSymbol** marker [in]
marker is a parameter of type IMarkerSymbol*

Product Availability

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

Description

MarkerSymbol is the marker used as the fill pattern. Any IMarkerSymbol interface can be used.

See Also

IMarkerFillSymbol Interface

.NET Samples

Use an AlgorithmicColorRamp to color a ClassBreaksRenderer