STK ObjectsSend 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
);
[Unmanaged C++]
public: HRESULT IsDisplayedInWindow(
    BSTR Title,
    VARIANT_BOOL * pRetVal
);
[Java]
public bool isDisplayedInWindow(
    String Title
);
[Python - STK API ]
def IsDisplayedInWindow(self, Title:str) -> bool:

Parameters

Title

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.