STK ObjectsSend 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
);
[Python - STK API ]
@property
def Targeting(self) -> float:

@Targeting.setter
def Targeting(self, pVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.