Revit 2022 API |
WorksetFilter..::..Inverted Property |
WorksetFilter Class See Also |
True if the results of the filter are inverted; worksets that would normally be accepted by this filter will be rejected,
and worksets that would normally be rejected will be accepted.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2012
Syntax
C# |
---|
public bool Inverted { get; } |
Visual Basic |
---|
Public ReadOnly Property Inverted As Boolean Get |
Visual C++ |
---|
public: property bool Inverted { bool get (); } |