| Revit 2022.1 API |
| WorksetId..::..IntegerValue Property |
| WorksetId Class See Also |
Provides the value of the WorksetId as an integer.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Syntax
| C# |
|---|
public int IntegerValue { get; } |
| Visual Basic |
|---|
Public ReadOnly Property IntegerValue As Integer Get |
| Visual C++ |
|---|
public: property int IntegerValue { int get (); } |