2027 Method
Changes 0
M

Parameter.GetAssociatedGlobalParameter

Description:
Returns a global parameter, if any, currently associated with this parameter.
Remarks:
InvalidElementId is returned in case this parameter is not associated with any global parameter. InvalidElementId is also returned if called for a parameter that cannot even be associated with a global parameters (i.e. a non-parametrizable parameter or parameter with a formula).
public ElementId GetAssociatedGlobalParameter()
ElementId Id of a global parameter or InvalidElemetnId.