SharedParameterElementLookup Method

Finds the shared parameter element that corresponds to the given Guid.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static SharedParameterElement Lookup(
	Document document,
	Guid guidValue
)

Parameters

document  Document
The document.
guidValue  Guid
Shared parameter Guid.

Return Value

SharedParameterElement
The retrieved shared parameter instance, or if the matching element is not found.
Exceptions
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also