RVTDocs.com

ScheduleDefinition.GetField(Int32)

Method
Description:
Gets a field.
Syntax
public ScheduleField GetField(
	int index
)
Parameters
Parameter Type Description
index Int32 The index of the field.
Return Value
Type Description
ScheduleField The field.
Exceptions
Exception Condition
ArgumentOutOfRangeException index is not a valid field index in this ScheduleDefinition.