Share

ScheduleField.ParameterId Property

The ID of the parameter displayed by the field.


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

Syntax

C#

public ElementId ParameterId { get; }

Property Value

ElementId

Remarks

Most field types require a parameter ID. Count, Formula, and Percentage fields don't have parameter IDs.

See Also

Reference

Was this information helpful?