RVTDocs.com

ScheduleDefinition.IsValidFieldIndex

Method
Description:
Checks whether an integer is a valid zero-based field index in this ScheduleDefinition.
Syntax
public bool IsValidFieldIndex(
	int index
)
Parameters
Parameter Type Description
index Int32 The field index to check.
Return Value
Type Description
Boolean True if the field index is valid, false otherwise.