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






Windows & Linux

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

© 2019 Analytical Graphics, Inc. All Rights Reserved.