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


IDimensionStyleDisplay.BeginMarkerSymbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDimensionStyleDisplay Interface > IDimensionStyleDisplay.BeginMarkerSymbol Property
ArcGIS Developer Help

IDimensionStyleDisplay.BeginMarkerSymbol Property

Symbol used for the begin arrow.

[Visual Basic .NET]
Public Property BeginMarkerSymbol As IMarkerSymbol
[C#]
public IMarkerSymbol BeginMarkerSymbol {get; set;}
[C++]
HRESULT get_BeginMarkerSymbol(
  IMarkerSymbol* Symbol
);
[C++]
HRESULT put_BeginMarkerSymbol(
  IMarkerSymbol** Symbol
);
[C++]
Parameters
Symbol [in]

Symbol is a parameter of type IMarkerSymbol* Symbol [out, retval]
Symbol is a parameter of type IMarkerSymbol**

Product Availability

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

See Also

IDimensionStyleDisplay Interface