TurnoutCreationParamsTurnoutTypeName Property |
Gets or sets the type global name of the turnout
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic string TurnoutTypeName { get; set; }Public Property TurnoutTypeName As String
Get
Set
public:
property String^ TurnoutTypeName {
String^ get ();
void set (String^ value);
}Property Value
String
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when:
- TurnoutTypeName is null or white space.
|
See Also