<Code Lib>
M

ScheduleDefinition.InsertField(ScheduleFieldType, ElementId, Int32)

Description:
Adds a regular field at the specified position in the list.
Overloads (3):
InsertField(ScheduleFieldType,ElementId,Int32)

public ScheduleField InsertField(
	ScheduleFieldType fieldType,
	ElementId parameterId,
	int index
)

Return Value The new field. The new field.

Loading…