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 VARIANT getForeExclusionAngle();
public void setForeExclusionAngle(
VARIANT
);
|
See Also