Read-only
About PNOP Marker Search

BackOffPIn Property


Description

Returns the BackOffPIn result of the PNOP marker search.

PBO In =  Marker 2 X-axis

 VB Syntax

bOffPin = pnop.BackOffPIn

Variable

(Type) - Description

bOffPin

(double) - Variable to store returned value

pnop

A PNOP (object)

Return Type

Double

Default

Not applicable

Examples

bOffPin = pnop.BackOffPIn 'Read

See example program

C++ Syntax

HRESULT get_BackOffPIn(double* pNewVal)

Interface

IPNOP