|  | This document is archived and information here might be outdated. Recommended version. | 
| ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDimensionStyleDisplay Interface > IDimensionStyleDisplay.EndMarkerSymbol Property (ArcObjects .NET 10.5 SDK) | 
Symbol used for the end arrow.
[Visual Basic .NET] Public Property EndMarkerSymbol As IMarkerSymbol
[C#] public IMarkerSymbol EndMarkerSymbol {get; set;}
[C++]
HRESULT get_EndMarkerSymbol(
  IMarkerSymbol** Symbol
);
[C++]
HRESULT put_EndMarkerSymbol(
  IMarkerSymbol* Symbol
);
[C++]
Parameters Symbol [out, retval]
Symbol is a parameter of type IMarkerSymbol Symbol [in]
Symbol is a parameter of type IMarkerSymbol