ScheduleDefinition.GetFieldId Method

Converts a field index to the corresponding field ID.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

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

Reference

ScheduleDefinition Class
Autodesk.Revit.DB Namespace