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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1