Revit 2025 API
Schedule |
Checks whether a ScheduleFieldId is the ID of a field in this ScheduleDefinition.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool IsValidFieldId( ScheduleFieldId fieldId )
Public Function IsValidFieldId ( fieldId As ScheduleFieldId ) As Boolean
public: bool IsValidFieldId( ScheduleFieldId^ fieldId )
member IsValidFieldId : fieldId : ScheduleFieldId -> bool
Parameters
- fieldId ScheduleFieldId
- The field ID to check.
Return Value
BooleanTrue if the field ID is valid, false otherwise.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also