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






Windows & Linux

Description

The minimum angle between the aft 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 AftExclusionAngle() As System.Object
[C#]
public System.Object AftExclusionAngle {get; set;}
[Managed C++]
public: __property VARIANT get_AftExclusionAngle();
public: __property void set_AftExclusionAngle(
   VARIANT
);
[Unmanaged C++]
public: HRESULT get_AftExclusionAngle(
   VARIANT * pRetVal
);
public: HRESULT put_AftExclusionAngle(
   VARIANT NewAftExclusionAngle
);
[Java]
public Variant getAftExclusionAngle();public void setAftExclusionAngle(
   Variant
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.