STK ObjectsSend 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 * pVal
);
public: HRESULT put_ForeExclusionAngle(
    VARIANT pVal
);
[Java]
public AgVariant getForeExclusionAngle();
public void setForeExclusionAngle(
    AgVariant
);
[Python - STK API ]
@property
def ForeExclusionAngle(self) -> typing.Any:

@ForeExclusionAngle.setter
def ForeExclusionAngle(self, pVal:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.