Revit 2019.2 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: 19.0.0.0 (19.2.0.66)
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 |