Indicates whether the bounding box is set.

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

Syntax

C#
public bool IsSet { get; }
Visual Basic
Public ReadOnly Property IsSet As Boolean
	Get
Visual C++
public:
property bool IsSet {
	bool get ();
}

Remarks

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

See Also