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






Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property HorizontalPP() As Double
[C#]
public double HorizontalPP {get; set;}
[Managed C++]
public: __property double get_HorizontalPP();
public: __property void set_HorizontalPP(
   double
);
[Unmanaged C++]
public: HRESULT get_HorizontalPP(
   double * pRetVal
);
public: HRESULT put_HorizontalPP(
   double NewHorizontalPP
);
[Java]
public double getHorizontalPP();public void setHorizontalPP(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.