Revit 2017.1 API |
SchedulableField Constructor (ScheduleFieldType) |
SchedulableField Class See Also |
Creates a new SchedulableField.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.1090.0)
Since:
2013
Syntax
C# |
---|
public SchedulableField( ScheduleFieldType fieldType ) |
Visual Basic |
---|
Public Sub New ( _ fieldType As ScheduleFieldType _ ) |
Visual C++ |
---|
public: SchedulableField( ScheduleFieldType fieldType ) |
Parameters
- fieldType
- Type: Autodesk.Revit.DB..::..ScheduleFieldType
The type of data displayed by the field.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentException | fieldType is not a schedulable field type |
Autodesk.Revit.Exceptions..::..ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |