STK ObjectsSend comments on this topic.
SetVOWindowIds Method (IAgVeVOSystemsSpecialElement)
See Also
WindowIds
Windows





Windows & Linux

Description

Selects the 3D Graphics windows IDs. To reset all currently selected windows so that none are selected, use the call:


oElement.VOWindow = "All";

Syntax

[Visual Basic .NET]
Public Sub SetVOWindowIds( _
    ByVal WindowIds As System.Array _
)
[C#]
public void SetVOWindowIds(
    System.Array WindowIds
);
[Managed C++]
public: void SetVOWindowIds(
    System::Array ^ WindowIds
);
[Unmanaged C++]
public: HRESULT SetVOWindowIds(
    SAFEARRAY * * WindowIds
);
[Java]
public void setVOWindowIds(
    AgSafeArray WindowIds
);
[Python - STK API ]
def SetVOWindowIds(self, WindowIds:list) -> None:

Parameters

WindowIds

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.