Revit 2022.1 API |
BoundingBoxXYZ..::..IsSet Property |
BoundingBoxXYZ Class See Also |
Indicates whether the bounding box is set.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.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".