 | ICompreDriveWCFSetSWInTrigger Method |
Triggers the given software IN trigger, that is used to tell the running procedure to move to the next step
Namespace: CompreDriveSDK.WCFAssembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntaxbool SetSWInTrigger(
int? Triggernumber
)
Function SetSWInTrigger (
Triggernumber As Integer?
) As Boolean
Parameters
- Triggernumber NullableInt32
- The index of the trigger to set
Return Value
BooleanTrue if the action was successful, or false if not
See Also