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





Windows & Linux

Description

Half the vertical angular extent of the rectangular EOIR sensor bands field-of-view.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property VerticalHalfAngle() As System.Object
[C#]
public System.Object VerticalHalfAngle {get; set;}
[Managed C++]
public: __property VARIANT get_VerticalHalfAngle();
public: __property void set_VerticalHalfAngle( VARIANT );
[Unmanaged C++]
public: HRESULT get_VerticalHalfAngle(
    VARIANT * pVal
);
public: HRESULT put_VerticalHalfAngle(
    VARIANT newVal
);
[Java]
public AgVariant getVerticalHalfAngle();
public void setVerticalHalfAngle(
    AgVariant
);
[Python - STK API ]
@property
def VerticalHalfAngle(self) -> typing.Any:

@VerticalHalfAngle.setter
def VerticalHalfAngle(self, newVal:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.