RVTDocs.com

ScheduleDefinition.GetFieldId

Method
Description:
Converts a field index to the corresponding field ID.
Syntax
public ScheduleFieldId GetFieldId(
	int index
)
Parameters
Parameter Type Description
index Int32 The field index.
Return Value
Type Description
ScheduleFieldId The field ID.
Exceptions
Exception Condition
ArgumentOutOfRangeException index is not a valid field index in this ScheduleDefinition.