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






Windows & Linux

Description

The minimum angle between the forward projection of the velocity vector and the vector to the target. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ForeExclusionAngle() As System.Object

[C#]
public System.Object ForeExclusionAngle {get; set;}

[Managed C++]
public: __property VARIANT get_ForeExclusionAngle();
public: __property void set_ForeExclusionAngle(
VARIANT
);

[Unmanaged C++]
public: HRESULT get_ForeExclusionAngle(
VARIANT * pRetVal
);
public: HRESULT put_ForeExclusionAngle(
VARIANT NewForeExclusionAngle
);

[Java]
public Variant getForeExclusionAngle();public void setForeExclusionAngle(
Variant
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface