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