AddControlPoint Method
Description
Adds a control point to a scan.
Syntax
Visual Basic |
---|
Public Function AddControlPoint( _ ByVal ControlPoint As ControlPoint _ ) As Boolean |
Parameters
- ControlPoint
- Expression that evaluates to a ControlPoint object.
Return Type
Boolean value. If the value is 1 (true), it adds a control point to the scan.
See Also