RVTDocs.com

SteelElementProperties.GetReference

Method
Description:
This method will return the reference for the given fabrication id.
Syntax
public static Reference GetReference(
	Document aDoc,
	Guid guid
)
Parameters
Parameter Type Description
aDoc Document Document in which to search for the reference.
guid Guid The fabrication id for which a reference is required.
Return Value
Type Description
Reference The reference to the element or subelement corresponding to the given id.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null