Creates a new SchedulableField.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public SchedulableField(
Guid customFieldId
)
Parameters
- customFieldId Guid
-
The Guid that identifies the custom field.
Exceptions
| Exception | Condition |
|---|
| ArgumentException |
The provided guid doens't represent a valid custom field.
|
See Also
Reference