Determines if positions beyond target object are considered in grazing altitude calculation.
Read-write property
[Visual Basic .NET] |
---|
Public Property ComputeBeyondTgt() As Boolean |
[C#] |
---|
public bool ComputeBeyondTgt {get; set;} |
[Managed C++] |
---|
public: __property bool get_ComputeBeyondTgt(); |
[Unmanaged C++] |
---|
public: HRESULT get_ComputeBeyondTgt( VARIANT_BOOL * pVal ); public: HRESULT put_ComputeBeyondTgt( VARIANT_BOOL pVal ); |
[Java] |
---|
public bool getComputeBeyondTgt(); public void setComputeBeyondTgt( bool ); |