Checks whether a ScheduleFieldId is the ID of a field in this ScheduleDefinition.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsValidFieldId(
ScheduleFieldId fieldId
)
Parameters
- fieldId ScheduleFieldId
-
The field ID to check.
Return Value
Boolean
True if the field ID is valid, false otherwise.
Exceptions
See Also
Reference