STK AviatorSend comments on this topic.
ExitID Property (IAgAvtrProcedureAirway)
See Also
Windows





Windows & Linux

Description

Gets or sets the ID of the exit waypoint.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ExitID() As String
[C#]
public string ExitID {get; set;}
[Managed C++]
public: __property String __gc ^ get_ExitID();
public: __property void set_ExitID( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_ExitID(
    BSTR * pVal
);
public: HRESULT put_ExitID(
    BSTR newVal
);
[Java]
public String getExitID();
public void setExitID(
    String
);
[Python - STK API ]
@property
def ExitID(self) -> str:

@ExitID.setter
def ExitID(self, newVal:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.