Share

ICadMeasure.ExtentsLength Property

Measures the extents of the document geometry in the X direction. This is the size along the X axis of a rectangular box that is guaranteed to enclose the geometry. It may be greater than the true extents. It does not include invisible solids or surfaces.

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

Syntax

VB

ReadOnly Property ExtentsLength As Double
	Get

C#

double ExtentsLength { get; }

Return Value

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

See Also

Reference

Was this information helpful?