STK AviatorSend comments on this topic.
VerticalPlaneOptions Property (IAgAvtrProcedureLanding)
See Also
Windows





Windows & Linux

Description

Get the vertical plane options.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property VerticalPlaneOptions() As IAgAvtrVerticalPlaneOptions
[C#]
public IAgAvtrVerticalPlaneOptions VerticalPlaneOptions {get;}
[Managed C++]
public: __property IAgAvtrVerticalPlaneOptions ^ get_VerticalPlaneOptions();
[Unmanaged C++]
public: HRESULT get_VerticalPlaneOptions(
    IAgAvtrVerticalPlaneOptions ** ppVal
);
[Java]
public IAgAvtrVerticalPlaneOptions getVerticalPlaneOptions();
[Python - STK API ]
@property
def VerticalPlaneOptions(self) -> "IAgAvtrVerticalPlaneOptions":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.