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