ScriptingCtcTurnout Method |
Gets a reference to a track object guaranteed to be a turnout.
Namespace:
RRAutoLib.Scripting
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
SyntaxPublic Shared Function CtcTurnout (
strName As String
) As Track
Parameters
- strName
- Type: SystemString
The name given to the turnout at design time.
Return Value
Type:
Track
RemarksThis method was designed specifically for use within the scripting context.
See Also