ScheduleDefinitionGetFieldId Method

Converts a field index to the corresponding field ID.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ScheduleFieldId GetFieldId(
	int index
)

Parameters

index  Int32
The field index.

Return Value

ScheduleFieldId
The field ID.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException index is not a valid field index in this ScheduleDefinition.
See Also