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





Windows & Linux

Description

Gets or sets the ID of the entry waypoint.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EntryID() As String
[C#]
public string EntryID {get; set;}
[Managed C++]
public: __property String __gc ^ get_EntryID();
public: __property void set_EntryID( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_EntryID(
    BSTR * pVal
);
public: HRESULT put_EntryID(
    BSTR newVal
);
[Java]
public String getEntryID();
public void setEntryID(
    String
);
[Python - STK API ]
@property
def EntryID(self) -> str:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.