evCreate API 5.7 Help

EvDimensionsTextDisplayType Enumeration

The EvDimensionsTextDisplayType TS enumeration defines the options for placing the dimension label relative to the dimension arrow line.

Above: "Above";

Above the arrow line and parallel to this line.

EvDimensionsTextDisplayType.Above—the dimension label is above the arrow line and parallel to this line.
Aligned: "Aligned";

Inside the arrow line and parallel to this line.

EvDimensionsTextDisplayType.Aligned—the dimension label is inside the arrow line and parallel to this line.
Below: "Below";

Below the arrow line and parallel to this line.

EvDimensionsTextDisplayType.Below—the dimension label is below the arrow line and parallel to this line.
Horizontal: "Horizontal";

Inside the arrow line and parallel to the width edge of the dimension's bounding box.

EvDimensionsTextDisplayType.Horizontal—the dimension label is inside the arrow line and parallel to the dimension's bounding box.
04 April 2025