STK AviatorSend comments on this topic.
MaxSeparation Property (IAgAvtrProcedureAreaTargetSearch)
See Also
Windows





Windows & Linux

Description

Gets or sets the maximum distance between the parallel flight lines of the search pattern.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxSeparation() As Double
[C#]
public double MaxSeparation {get; set;}
[Managed C++]
public: __property double get_MaxSeparation();
public: __property void set_MaxSeparation( double );
[Unmanaged C++]
public: HRESULT get_MaxSeparation(
    double * pVal
);
public: HRESULT put_MaxSeparation(
    double newVal
);
[Java]
public double getMaxSeparation();
public void setMaxSeparation(
    double
);
[Python - STK API ]
@property
def MaxSeparation(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.