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






Windows & Linux

Description

Opt whether to show the data display in the selected location.

Syntax

[Visual Basic .NET]
Public Function IsDisplayedInWindow( _
   ByVal Title As String _
) As Boolean
[C#]
public bool IsDisplayedInWindow(
   string Title
);
[Managed C++]
public: bool IsDisplayedInWindow(
   String __gc ^ Title
);
[Java]
public bool isDisplayedInWindow(
   String Title
);
[Unmanaged C++]
public: HRESULT IsDisplayedInWindow(
   BSTR Title,
   VARIANT_BOOL * ReturnValue
);

Parameters

Title

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.