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