STK ObjectsSend 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
);
[Unmanaged C++]
public: HRESULT AddToWindow(
    BSTR Title
);
[Java]
public void addToWindow(
    String Title
);
[Python - STK API ]
def AddToWindow(self, Title:str) -> None:

Parameters

Title

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.