Revit 2017.1 API |
SchedulableField..::..ParameterId Property |
SchedulableField Class See Also |
The ID of the parameter displayed by the field.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.1090.0)
Since:
2013
Syntax
C# |
---|
public ElementId ParameterId { get; set; } |
Visual Basic |
---|
Public Property ParameterId As ElementId Get Set |
Visual C++ |
---|
public: property ElementId^ ParameterId { ElementId^ get (); void set (ElementId^ value); } |
Field Value
The parameter ID, or InvalidElementId.
Remarks
Most non-calculated field types require a parameter ID.
The Count field doesn't have a parameter ID.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentNullException | When setting this property: A non-optional argument was NULL |