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