STK AviatorSend comments on this topic.
MaxNumCycles Property (IAgAvtrBasicManeuverStrategyWeave)
See Also
Windows





Windows & Linux

Description

Gets or sets the number of times the aircraft will fly the pattern.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxNumCycles() As Double
[C#]
public double MaxNumCycles {get; set;}
[Managed C++]
public: __property double get_MaxNumCycles();
public: __property void set_MaxNumCycles( double );
[Unmanaged C++]
public: HRESULT get_MaxNumCycles(
    double * pVal
);
public: HRESULT put_MaxNumCycles(
    double newVal
);
[Java]
public double getMaxNumCycles();
public void setMaxNumCycles(
    double
);
[Python - STK API ]
@property
def MaxNumCycles(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.