The minimum angle between the forward projection of the velocity vector and the vector to the target. Uses Angle Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property ForeExclusionAngle() As System.Object |
[C#] |
---|
public System.Object ForeExclusionAngle {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_ForeExclusionAngle(); |
[Unmanaged C++] |
---|
public: HRESULT get_ForeExclusionAngle( VARIANT * pVal ); public: HRESULT put_ForeExclusionAngle( VARIANT pVal ); |
[Java] |
---|
public AgVariant getForeExclusionAngle(); public void setForeExclusionAngle( AgVariant ); |