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






Windows & Linux

Description

The number of pixels or samples distributed evenly across the horizontal dimension of the rectangular EOIR sensor bands focal plane.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_HorizontalPixels();
public: __property void set_HorizontalPixels(
double
);

[Unmanaged C++]
public: HRESULT get_HorizontalPixels(
double * pRetVal
);
public: HRESULT put_HorizontalPixels(
double NewHorizontalPixels
);

[Java]
public double getHorizontalPixels();public void setHorizontalPixels(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface