ScriptingCtcSensor Method |
Gets a reference to a sensor object.
Namespace:
RRAutoLib.Scripting
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
SyntaxPublic Shared Function CtcSensor (
strName As String
) As Sensor
Parameters
- strName
- Type: SystemString
The name given to the sensor at design time.
Return Value
Type:
Sensor
RemarksThis method was designed specifically for use within the scripting context.
See Also