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


IMarkerBackground.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 > IMarkerBackground Interface > IMarkerBackground.MarkerSymbol Property
ArcGIS Developer Help

IMarkerBackground.MarkerSymbol Property

The marker symbol.

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

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

Product Availability

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

See Also

IMarkerBackground Interface