AGI STK Objects 11Send 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 * pVal
);
public: HRESULT put_VerticalPP(
    double newVal
);
[Java]
public double getVerticalPP();
public void setVerticalPP(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.