SchedulableField.ParameterId
Public Property
ArgumentNullException
The ID of the parameter displayed by the field.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ElementId ParameterId { get; set; }Property Value
ElementId
The parameter ID, or InvalidElementId.
Exceptions
Exception
Condition
ArgumentNullException
When setting this property: A non-optional argument was null
Remarks
Most non-calculated field types require a parameter ID. The Count field doesn’t have a parameter ID.