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





Windows & Linux

Description

Gets or sets the spacing between pixels or samples along the vertical dimension of the rectangular EOIR sensor bands focal plane.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property VerticalPP() As Double
[C#]
public double VerticalPP {get; set;}
[Managed C++]
public: __property double get_VerticalPP();
public: __property void set_VerticalPP( double );
[Unmanaged C++]
public: HRESULT get_VerticalPP(
    double * pVal
);
public: HRESULT put_VerticalPP(
    double newVal
);
[Java]
public double getVerticalPP();
public void setVerticalPP(
    double
);
[Python - STK API ]
@property
def VerticalPP(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.