AGI STK Objects 11 Send comments on this topic.
VerticalPP Property (IAgSnEOIRBand)
See Also 
Windows






Windows & Linux

Description

The spacing between pixels or samples along the vertical dimension of the rectangular EOIR sensor bands focal plane.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property VerticalPP() As Double

[C#]
public double VerticalPP {get; set;}

[Managed C++]
public: __property double get_VerticalPP();
public: __property void set_VerticalPP(
double
);

[Unmanaged C++]
public: HRESULT get_VerticalPP(
double * pRetVal
);
public: HRESULT put_VerticalPP(
double NewVerticalPP
);

[Java]
public double getVerticalPP();public void setVerticalPP(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface