Read-only
About PNOP Marker Search

Gain Property


Description

Returns the Gain result of the PNOP marker search.

Pnop Gain =  Pnop Out - Pnop In.

 VB Syntax

gain = pnop.Gain

Variable

(Type) - Description

gain

(double) - Variable to store returned value

pnop

A PNOP (object)

Return Type

Double

Default

Not applicable

Examples

gain = pnop.Gain 'Read

See example program

C++ Syntax

HRESULT get_Gain(double* pNewVal)

Interface

IPNOP