RVTDocs.com

Alignment.Get(Document, Guid)

Method
Description:
Returns an in the document given its GUID.
Syntax
public static Alignment Get(
	Document document,
	Guid guid
)
Parameters
Parameter Type Description
document Document The document for which the alignment is returned.
guid Guid The unique identifier of the Alignment.
Return Value