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