AGI STK Objects 11Send 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

© 2018 Analytical Graphics, Inc. All Rights Reserved.