Share

ICadMeasure.PreciseExtentsWidth Property

Measures the precise extents of the document geometry in the Y direction. This is the size along the Y axis of a rectangular box that tightly encloses the geometry. If there are invisible solids or surfaces, they will be included in this measure.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 29.0

Syntax

VB

ReadOnly Property PreciseExtentsWidth As Double
	Get

C#

double PreciseExtentsWidth { get; }

Return Value

Type: Double
The width (Y extents) in document length units.

See Also

Reference

Was this information helpful?