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


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

IDimensionFeature.ExtensionLineDisplay Property

The extension line display of the feature.

[Visual Basic .NET]
Public Property ExtensionLineDisplay As esriDimensionDisplay
[C#]
public esriDimensionDisplay ExtensionLineDisplay {get; set;}
[C++]
HRESULT get_ExtensionLineDisplay(
  esriDimensionDisplay displayOption
);
[C++]
HRESULT put_ExtensionLineDisplay(
  esriDimensionDisplay* displayOption
);
[C++]
Parameters
displayOption [in]

displayOption is a parameter of type esriDimensionDisplay displayOption [out, retval]
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