Click or drag to resize

ScriptingCtcTrack Method

Gets a reference to a track object.

Namespace:  RRAutoLib.Scripting
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
Public Shared Function CtcTrack ( 
	strName As String
) As Track

Parameters

strName
Type: SystemString
The name given to the track at design time.

Return Value

Type: Track
Remarks
This method was designed specifically for use within the scripting context.
See Also