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( _
ByRef WindowIds As System.Array _
)
|
[C#] |
public void SetVOWindowIds(
ref System.Array WindowIds
);
|
[Managed C++] |
public: void SetVOWindowIds(
System::Array ^^ WindowIds
);
|
[Java] |
public setVOWindowIds(
Object[] WindowIds
);
|
[Unmanaged C++] |
public: HRESULT SetVOWindowIds(
SAFEARRAY ** WindowIds
);
|
Parameters
See Also