STK ObjectsSend comments on this topic.
HorizontalPixels Property (IAgSnEOIRBand)
See Also
Windows





Windows & Linux

Description

Gets or sets 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 * pVal
);
public: HRESULT put_HorizontalPixels(
    double newVal
);
[Java]
public double getHorizontalPixels();
public void setHorizontalPixels(
    double
);
[Python - STK API ]
@property
def HorizontalPixels(self) -> float:

@HorizontalPixels.setter
def HorizontalPixels(self, newVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.