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





Windows & Linux

Description

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

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.