Opt whether the sensor's field-of-view crossings at specified distances are to be computed and displayed in the 2D Graphics window.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseDistance() As Boolean |
[C#] |
---|
public bool UseDistance {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseDistance(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseDistance( VARIANT_BOOL * pVal ); public: HRESULT put_UseDistance( VARIANT_BOOL UseProjRadii ); |
[Java] |
---|
public bool getUseDistance(); public void setUseDistance( bool ); |