AGI STK Objects 11 Send comments on this topic.
HideObjects Method (IAgScVO)
See Also 
TruncObjectPaths
WindowIdOrTitle





Description

Hides multiple objects in a specified 3D window. Users can specify either a window identifier or a window title or 'all' to hide objects in all 3d windows.

Syntax

[Visual Basic .NET]
Public Sub HideObjects( _
   ByRef TruncObjectPaths As System.Array, _
   ByVal WindowIdOrTitle As String _
) 

[C#]
public void HideObjects(
ref System.Array TruncObjectPaths,
string WindowIdOrTitle
);

[Managed C++]
public: void HideObjects(
System::Array ^^ TruncObjectPaths,
String __gc ^ WindowIdOrTitle
);

[Java]
public  hideObjects(
Object[] TruncObjectPaths,
String WindowIdOrTitle
);

[Unmanaged C++]
public: HRESULT HideObjects(
SAFEARRAY ** TruncObjectPaths,
BSTR WindowIdOrTitle
);

Parameters

TruncObjectPaths
WindowIdOrTitle

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1