Gets or sets the turnout model.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public string TurnoutModelName { get; set; }
VB
Public Property TurnoutModelName As String Get Set
C++
public: property String^ TurnoutModelName { String^ get (); void set (String^ value); }
Property Value
StringExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when the Turnout.AutomaticUpdate is false. |
[!:System.ArgumentException] | Thrown when cannot get valid turnout model from turnout standard by the model name. |