Get the 3D graphics window on which the legend is to display.
Read-only property
[Visual Basic .NET] |
---|
Public Property VOWindow() As IAgFmVOLegendWindow |
[C#] |
---|
public IAgFmVOLegendWindow VOWindow {get;} |
[Managed C++] |
---|
public: __property IAgFmVOLegendWindow ^ get_VOWindow(); |
[Unmanaged C++] |
---|
public: HRESULT get_VOWindow( IAgFmVOLegendWindow ** ppRetVal ); |
[Java] |
---|
public IAgFmVOLegendWindow getVOWindow(); |
[Python - STK API ] |
---|
@property def VOWindow(self) -> "IAgFmVOLegendWindow": |