Gets the name of the alignment from which the profile view was created.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public string AlignmentName { get; }
Visual Basic
Public ReadOnly Property AlignmentName As String
	Get
Visual C++
public:
property String^ AlignmentName {
	String^ get ();
}

See Also