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





Windows & Linux

Description

Gets or sets the length of the flight line.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LegLength() As Double
[C#]
public double LegLength {get; set;}
[Managed C++]
public: __property double get_LegLength();
public: __property void set_LegLength( double );
[Unmanaged C++]
public: HRESULT get_LegLength(
    double * pVal
);
public: HRESULT put_LegLength(
    double newVal
);
[Java]
public double getLegLength();
public void setLegLength(
    double
);
[Python - STK API ]
@property
def LegLength(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.