Sets or gets the name of the SuperelevationCurve.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public string Name { get; set; }
VB
Public Property Name As String Get Set
C++
public: property String^ Name { String^ get (); void set (String^ value); }
Property Value
StringExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the input name is conflicted with the other superelevation curve group's name on the alignment. |