Description
For a targeted sensor, specify the targeting
distance, or how far past the target a sensor is projected
(typically zero). Uses Distance Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
Public Property Targeting() As Double
|
| [C#] |
public double Targeting {get; set;}
|
| [Managed C++] |
public: __property double get_Targeting();
public: __property void set_Targeting(
double
);
|
| [Unmanaged C++] |
public: HRESULT get_Targeting(
double * pRetVal
);
public: HRESULT put_Targeting(
double NewTargeting
);
|
| [Java] |
public double getTargeting();public void setTargeting(
double
);
|
See Also