Finds the shared parameter element that corresponds to the given Guid.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
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
null if the matching element is not found.
Exceptions
See Also
Reference