| Revit 2023 API |
| ScheduleDefinition..::..IsValidFieldId Method |
| ScheduleDefinition Class See Also |
Checks whether a ScheduleFieldId is the ID of a field in this ScheduleDefinition.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2013
Syntax
| C# |
|---|
public bool IsValidFieldId( ScheduleFieldId fieldId ) |
| Visual Basic |
|---|
Public Function IsValidFieldId ( _ fieldId As ScheduleFieldId _ ) As Boolean |
| Visual C++ |
|---|
public: bool IsValidFieldId( ScheduleFieldId^ fieldId ) |
Parameters
- fieldId
- Type: Autodesk.Revit.DB..::..ScheduleFieldId
The field ID to check.
Return Value
True if the field ID is valid, false otherwise.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was null |