Get the vertical plane options.
Read-only property
[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": |