DimensionTextLineWidth

Old Content - visit altium.com/documentation

Description

Returns all Angular Dimension, Baseline Dimension, Datum Dimension, Leader Dimension, Linear Diameter Dimension, Linear Dimension, Radial Diameter Dimension, and Radial Dimension objects having a Dimension Text Line Width property that complies with the Query.

The child objects of these Angular Dimension, Baseline Dimension, Datum Dimension, Leader Dimension, Linear Diameter Dimension, Linear Dimension, Radial Diameter Dimension, and Radial Dimension objects are not also returned.
The DimensionTextLineWidth property is only defined for Angular Dimension, Baseline Dimension, Datum Dimension, Leader Dimension, Linear Diameter Dimension, Linear Dimension, Radial Diameter Dimension, and Radial Dimension objects.

Syntax

DimensionTextLineWidth : Number

If the target file has an 'Imperial' Measurement Unit property, the Number specifies a distance with a unit of 1 mil (1 mil = 0.001 inch).

If the target file has a 'Metric' Measurement Unit property, the Number specifies a distance with a unit of 1 mm (1 mm = 0.001 meter).

A specific option for the distance unit can be specified as follows:

AsMils(DimensionTextLineWidth) : Number {This specifies a distance with a unit of 1 mil.}

AsMM(DimensionTextLineWidth) : Number {This specifies a distance with a unit of 1 mm.}

Examples

  1. DimensionTextLineWidth = 6

Returns all Angular Dimension, Baseline Dimension, Datum Dimension, Leader Dimension, Linear Diameter Dimension, Linear Dimension, Radial Diameter Dimension, and Radial Dimension objects that have a Dimension Text Line Width property which is 6 current measurement units.

  1. DimensionTextLineWidth >= 0.127

Returns all Angular Dimension, Baseline Dimension, Datum Dimension, Leader Dimension, Linear Diameter Dimension, Linear Dimension, Radial Diameter Dimension, and Radial Dimension objects that have a Dimension Text Line Width property which is greater than or equal to 0.127 current measurement units.

  1. AsMils(DimensionTextLineWidth) Between 4 And 8

Returns all Angular Dimension, Baseline Dimension, Datum Dimension, Leader Dimension, Linear Diameter Dimension, Linear Dimension, Radial Diameter Dimension, and Radial Dimension objects that have a Dimension Text Line Width property which is greater than or equal to 4 mil and less than or equal to 8 mil. (The current value of the target file's Measurement Unit property has no impact upon this outcome.)

  1. AsMM(DimensionTextLineWidth) < 0.1778

Returns all Angular Dimension, Baseline Dimension, Datum Dimension, Leader Dimension, Linear Diameter Dimension, Linear Dimension, Radial Diameter Dimension, and Radial Dimension objects that have a Dimension Text Line Width property which is less than 0.1778 mm. (The current value of the target file's Measurement Unit property has no impact upon this outcome.)

You are reporting an issue with the following selected text and/or image within the active document: