Click or drag to resize

ScriptingCtcSequence Method

Gets a reference to a layout sequence object.

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

Parameters

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

Return Value

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