ICadMeasure.ExtentsHeight Property

Measures the extents of the document geometry in the Z direction. This is the size along the Z axis of a rectangular box that is guaranteed to enclose the geometry. It may be greater than the true extents.

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

Syntax

VB

ReadOnly Property ExtentsHeight As Double
	Get

C#

double ExtentsHeight { get; }

Return Value

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

See Also

Reference

ICadMeasure Interface
Autodesk.iLogic.Interfaces Namespace