Create Method


Shared Parameter Element Create Method

Creates a new shared parameter element in the document representing the parameter stored in the input ExternalDefinition.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static SharedParameterElement Create(
	Document document,
	ExternalDefinition sharedParameterDefinition
)

Parameters

document Document
The document.
sharedParameterDefinition ExternalDefinition
Shared parameter definition.

Return Value

SharedParameterElement
The newly created shared parameter instance.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null
InvalidOperationException A shared parameter with the assigned GUID is already loaded into the document.
See Also
ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →