Gets or sets the reference alignment name.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public string ReferenceAlignmentName { get; set; }
VB
Public Property ReferenceAlignmentName As String Get Set
C++
public: property String^ ReferenceAlignmentName { String^ get (); void set (String^ value); }
Property Value
StringExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when setting the property with an object name that doens't match any existing Alignment name. |