STK AviatorSend comments on this topic.
TargetResolution Property (IAgAvtrBasicManeuverStrategyIntercept)
See Also
Windows





Windows & Linux

Description

Gets or sets the target position/velocity sampling resolution.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TargetResolution() As Double
[C#]
public double TargetResolution {get; set;}
[Managed C++]
public: __property double get_TargetResolution();
public: __property void set_TargetResolution( double );
[Unmanaged C++]
public: HRESULT get_TargetResolution(
    double * pVal
);
public: HRESULT put_TargetResolution(
    double newVal
);
[Java]
public double getTargetResolution();
public void setTargetResolution(
    double
);
[Python - STK API ]
@property
def TargetResolution(self) -> float:

@TargetResolution.setter
def TargetResolution(self, newVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.