NetworkReferenceAlignmentName Property |
Gets or sets the reference alignment name.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic string ReferenceAlignmentName { get; set; }
Public Property ReferenceAlignmentName As String
Get
Set
public:
property String^ ReferenceAlignmentName {
String^ get ();
void set (String^ value);
}
Property Value
String
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when setting the property with an object name that doens't match any existing Alignment name.
|
See Also