AlignmentName Property

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.208.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