Share

BoundingBoxXYZ.IsSet Property

Indicates whether the bounding box is set.


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

Syntax

C#

public bool IsSet { get; }

Property Value

Boolean

Remarks

Bounding box is considered set when it contains at least one point and "Enabled" is set to "true".

See Also

Reference

Was this information helpful?