Revit Preview Release API |
WorksetId..::..Compare Method |
WorksetId Class See Also |
Compares two WorksetIds.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Syntax
C# |
---|
public int Compare( WorksetId id ) |
Visual Basic |
---|
Public Function Compare ( _ id As WorksetId _ ) As Integer |
Visual C++ |
---|
public: int Compare( WorksetId^ id ) |
Parameters
- id
- Type: Autodesk.Revit.DB..::..WorksetId
The WorksetId to be compared with this WorksetId.