RVTDocs.com

ScheduleDefinition.RemoveField(Int32)

Method
Description:
Removes a field.
Syntax
public void RemoveField(
	int index
)
Parameters
Parameter Type Description
index Int32 The index of the field to remove.
Return Value
Exceptions
Exception Condition
ArgumentOutOfRangeException index is not a valid field index in this ScheduleDefinition.