Gets or sets the reference alignment name.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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
Exception | Condition |
---|
System..::..ArgumentException |
Thrown when setting the property with an object name that doens't match any existing Alignment name.
|
See Also