STK UI CoreSend comments on this topic.
GetItemByName Method (IAgUiWindowsCollection)
See Also
Name
Windows





Windows & Linux

Description

Retrieves a window object by name of window object.

Syntax

[Visual Basic .NET]
Public Function GetItemByName( _
    ByVal Name As String _
) As IAgUiWindow
[C#]
public IAgUiWindow GetItemByName(
    string Name
);
[Managed C++]
public: IAgUiWindow^ GetItemByName(
    String __gc ^ Name
);
[Unmanaged C++]
public: HRESULT GetItemByName(
    BSTR Name,
    IAgUiWindow ** ppVal
);
[Java]
public IAgUiWindow getItemByName(
    String Name
);
[Python - STK API ]
def GetItemByName(self, Name:str) -> "IAgUiWindow":

Parameters

Name

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.