Share

BoundingBoxXYZ.Enabled Property

Defines whether the entire bounding box is enabled.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public bool Enabled { get; set; }

Property Value

Boolean

Remarks

A disabled bounding box might be used to signal that the corresponding Revit functionality is deactivated. For example, a disabled 3D view section box represents an inactive section box.

See Also

Reference

Was this information helpful?