Share

TurnoutCreationParams.TurnoutTypeName Property

Gets or sets the type global name of the turnout



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public string TurnoutTypeName { get; set; }

VB

Public Property TurnoutTypeName As String
	Get
	Set

C++

public:
property String^ TurnoutTypeName {
	String^ get ();
	void set (String^ value);
}

Property Value

String

Exceptions

ExceptionCondition
ArgumentException Thrown when:
  • TurnoutTypeName is null or white space.

See Also

Reference

Was this information helpful?