ReferenceAlignmentName Property

Gets or sets the reference alignment name.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.4.208.0

Syntax

C#

public string ReferenceAlignmentName { get; set; }

Visual Basic

Public Property ReferenceAlignmentName As String
	Get
	Set

Visual C++

public:
property String^ ReferenceAlignmentName {
	String^ get ();
	void set (String^ value);
}

Exceptions

ExceptionCondition
[!:System.ArgumentException] Thrown when setting the property with an object name that doesn't match any existing Alignment name.

See Also