Click or drag to resize

ScriptingCtcStepScript Method

Gets a reference to a layout step script object.

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

Parameters

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

Return Value

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