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