STK AviatorSend comments on this topic.
Separation Property (IAgAvtrProcedureParallelFlightLine)
See Also
Windows





Windows & Linux

Description

Gets or sets the distance between the flight line and the previous flight line.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Separation() As Double
[C#]
public double Separation {get; set;}
[Managed C++]
public: __property double get_Separation();
public: __property void set_Separation( double );
[Unmanaged C++]
public: HRESULT get_Separation(
    double * pVal
);
public: HRESULT put_Separation(
    double newVal
);
[Java]
public double getSeparation();
public void setSeparation(
    double
);
[Python - STK API ]
@property
def Separation(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.