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(
|
| [Java] |
|---|
public IAgFmVOLegendWindow getVOWindow();
|