| Revit 2020.1 API |
| ScheduleFieldId Constructor |
| ScheduleFieldId Class See Also |
Initializes a new instance of the ScheduleFieldId class
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Since:
2013
Syntax
| C# |
|---|
public ScheduleFieldId( int id ) |
| Visual Basic |
|---|
Public Sub New ( _ id As Integer _ ) |
| Visual C++ |
|---|
public: ScheduleFieldId( int id ) |
Parameters
- id
- Type: System..::..Int32