AGI STK Objects 11 Send comments on this topic.
RemoveFromWindow Method (IAgVODataDisplayElement)
See Also 
Title





Description

Method to remove the data display from a 3D window.

Syntax

[Visual Basic .NET]
Public Sub RemoveFromWindow( _
   ByVal Title As String _
) 

[C#]
public void RemoveFromWindow(
string Title
);

[Managed C++]
public: void RemoveFromWindow(
String __gc ^ Title
);

[Java]
public  removeFromWindow(
String Title
);

[Unmanaged C++]
public: HRESULT RemoveFromWindow(
BSTR Title
);

Parameters

Title

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1