STK AviatorSend comments on this topic.
EntryExitAndOr Property (IAgAvtrProcedureAirwayRouter)
See Also
Windows





Windows & Linux

Description

Define how the two Entry/Exit Waypoint constraints will be considered.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EntryExitAndOr() As AgEAvtrAndOr
[C#]
public AgEAvtrAndOr EntryExitAndOr {get; set;}
[Managed C++]
public: __property AgEAvtrAndOr get_EntryExitAndOr();
public: __property void set_EntryExitAndOr( AgEAvtrAndOr );
[Unmanaged C++]
public: HRESULT get_EntryExitAndOr(
    AgEAvtrAndOr * pVal
);
public: HRESULT put_EntryExitAndOr(
    AgEAvtrAndOr newVal
);
[Java]
public AgEAvtrAndOr getEntryExitAndOr();
public void setEntryExitAndOr(
    AgEAvtrAndOr
);
[Python - STK API ]
@property
def EntryExitAndOr(self) -> "AgEAvtrAndOr":

@EntryExitAndOr.setter
def EntryExitAndOr(self, newVal:"AgEAvtrAndOr") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.