IsValidFieldId Method


Checks whether a ScheduleFieldId is the ID of a field in this ScheduleDefinition.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.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

See Also