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






Windows & Linux

Description

Method to add the data display to a 3D window.

Syntax

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

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

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

[Java]
public  addToWindow(
String Title
);

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

Parameters

Title

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface