Returns a global parameter, if any, currently associated with this parameter.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public ElementId GetAssociatedGlobalParameter()
Return Value
ElementIdId of a global parameter or InvalidElemetnId.
Exceptions
Exception | Condition |
---|---|
ArgumentException | This parameter does not exist in the document anymore. |