Share

Turnout.TurnoutModelName Property

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

String

Exceptions

ExceptionCondition
InvalidOperationException Thrown when the Turnout.AutomaticUpdate is false.
[!:System.ArgumentException] Thrown when cannot get valid turnout model from turnout standard by the model name.

See Also

Reference

Was this information helpful?