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


IDimensionFeature.MarkerDisplay Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IDimensionFeature.MarkerDisplay Property

The arrow display of the feature.

[Visual Basic .NET]
Public Property MarkerDisplay As esriDimensionDisplay
[C#]
public esriDimensionDisplay MarkerDisplay {get; set;}
[C++]
HRESULT get_MarkerDisplay(
  esriDimensionDisplay* displayOption
);
[C++]
HRESULT put_MarkerDisplay(
  esriDimensionDisplay displayOption
);
[C++]

Parameters displayOption [out, retval]
displayOption is a parameter of type esriDimensionDisplay displayOption [in]
displayOption is a parameter of type esriDimensionDisplay

Product Availability

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

Remarks

The DimensionLineDisplay, ExtensionLineDisplay, and MarkerDisplay properties are values that override the values of the current DimensionStyle

See Also

IDimensionFeature Interface