Revit 2026 API
Schedulable |
Creates a new SchedulableField.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public SchedulableField( Guid customFieldId )
Public Sub New ( customFieldId As Guid )
public: SchedulableField( Guid customFieldId )
new : customFieldId : Guid -> SchedulableField
Parameters
- customFieldId Guid
- The Guid that identifies the custom field.
| Exception | Condition |
|---|---|
| ArgumentException | The provided guid doens't represent a valid custom field. |
See Also