Returns ChangeType associated with a change in a parameter's value
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public static ChangeType GetChangeTypeParameter( ElementId parameterId )
Parameters
- parameterId ElementId
- ElementId of parameter for the ChangeType to trigger on.
Return Value
ChangeTypeChangeType that can be used to define a trigger for an Updater, triggering on parameter value change.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |