STK AviatorSend comments on this topic.
UseAlternateEntryPoints Property (IAgAvtrProcedureHoldingFigure8)
See Also
Windows





Windows & Linux

Description

Gets or sets the option to enter the holding pattern from an alternate point.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseAlternateEntryPoints() As Boolean
[C#]
public bool UseAlternateEntryPoints {get; set;}
[Managed C++]
public: __property bool get_UseAlternateEntryPoints();
public: __property void set_UseAlternateEntryPoints( bool );
[Unmanaged C++]
public: HRESULT get_UseAlternateEntryPoints(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseAlternateEntryPoints(
    VARIANT_BOOL newVal
);
[Java]
public bool getUseAlternateEntryPoints();
public void setUseAlternateEntryPoints(
    bool
);
[Python - STK API ]
@property
def UseAlternateEntryPoints(self) -> bool:

@UseAlternateEntryPoints.setter
def UseAlternateEntryPoints(self, newVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.