Revit 2025.3 API
Workset |
Provides the value of the WorksetId as an integer.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public int IntegerValue { get; }
Public ReadOnly Property IntegerValue As Integer Get
public: property int IntegerValue { int get (); }
member IntegerValue : int with get
Property Value
Int32See Also