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





Description

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

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_VerticalPixels();
public: __property void set_VerticalPixels(
double
);

[Unmanaged C++]
public: HRESULT get_VerticalPixels(
double * pRetVal
);
public: HRESULT put_VerticalPixels(
double NewVerticalPixels
);

[Java]
public double getVerticalPixels();public void setVerticalPixels(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1