AGI STK Objects 11Send comments on this topic.
Targeting Property (IAgSnVO)
See Also
Windows






Windows & Linux

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 * pVal
);
public: HRESULT put_Targeting(
    double pVal
);
[Java]
public double getTargeting();
public void setTargeting(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.