Click or drag to resize

ScriptingCtcAccessory Method

Gets a reference to an accessory object.

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

Parameters

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

Return Value

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