RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Parameter

Parameter.DissociateFromGlobalParameter

Method
Description:
Dissociates this parameter from a global parameter.
Remarks:
It is assumed this parameter has been previously associated with the global parameter by using the [!:AssociateWithGlobalParameter(Revit::DB::ElementId^)] method.
Syntax
Exceptions
Exception Condition
ArgumentException This parameter does not exist in the document anymore. -or- This parameter is either not parameterizable or does not match the type of the global parameter.