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