RVTDocs.com

SharedParameterElement.Lookup

Method
Description:
Finds the shared parameter element that corresponds to the given Guid.
Syntax
public static SharedParameterElement Lookup(
	Document document,
	Guid guidValue
)
Parameters
Parameter Type Description
document Document The document.
guidValue Guid Shared parameter Guid.
Return Value
Type Description
SharedParameterElement The retrieved shared parameter instance, or if the matching element is not found.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null