TurnoutTurnoutModelName Property |
Gets or sets the turnout model.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic string TurnoutModelName { get; set; }
Public Property TurnoutModelName As String
Get
Set
public:
property String^ TurnoutModelName {
String^ get ();
void set (String^ value);
}
Property Value
String
ExceptionsException | 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.
|
See Also