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





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property HorizontalHalfAngle() As System.Object
[C#]
public System.Object HorizontalHalfAngle {get; set;}
[Managed C++]
public: __property VARIANT get_HorizontalHalfAngle();
public: __property void set_HorizontalHalfAngle( VARIANT );
[Unmanaged C++]
public: HRESULT get_HorizontalHalfAngle(
    VARIANT * pVal
);
public: HRESULT put_HorizontalHalfAngle(
    VARIANT newVal
);
[Java]
public AgVariant getHorizontalHalfAngle();
public void setHorizontalHalfAngle(
    AgVariant
);
[Python - STK API ]
@property
def HorizontalHalfAngle(self) -> typing.Any:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.