Share

Alignment.Get(Document, Guid) Method

Returns an Alignment in the document given its GUID.


Namespace: Autodesk.Revit.DB.Infrastructure
Assembly: Autodesk.CivilAlignments.DBApplication (in Autodesk.CivilAlignments.DBApplication.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public static Alignment Get(
	Document document,
	Guid guid
)

Parameters

document  Document
The document for which the alignment is returned.
guid  Guid
The unique identifier of the Alignment.

Return Value

Alignment

See Also

Reference

Was this information helpful?