AGI STK Objects 11 Send comments on this topic.
VerticalHalfAngle Property (IAgSnRectangularPattern)
See Also 
Windows






Windows & Linux

Description

The angle from the boresight (Z) direction to the edge of the sensor in the YZ plane of the sensor's coordinate system. Uses Angle Dimension.

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 * pRetVal
);
public: HRESULT put_VerticalHalfAngle(
VARIANT NewVerticalHalfAngle
);

[Java]
public Variant getVerticalHalfAngle();public void setVerticalHalfAngle(
Variant
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface