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


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

ISimpleLineDecorationElement.MarkerSymbol Property

The marker symbol.

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

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

Product Availability

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

Description

MarkerSymbol is the marker symbol for the ISimpleLineDecorationElement interface. This can be any marker symbol.

See Also

ISimpleLineDecorationElement Interface