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


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

IDimensionShape.ExtensionLineAngle Property

The angle of the extension lines in radians.

[Visual Basic .NET]
Public Property ExtensionLineAngle As Double
[C#]
public double ExtensionLineAngle {get; set;}
[C++]
HRESULT get_ExtensionLineAngle(
  System.Double* Angle
);
[C++]
HRESULT put_ExtensionLineAngle(
  double Angle
);
[C++]
Parameters
Angle [out, retval]

Angle is a parameter of type double* Angle [in]
Angle is a parameter of type double

Product Availability

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

Remarks

The ExtensionLineAngle property defines the angle between the dimension line and the extension line in degrees. This default angle is 90 degrees. Oblique dimensions have angles less than or greater than 90 degrees.

See Also

IDimensionShape Interface