AGI UI CoreSend comments on this topic.
GetServiceByName Method (IAgUiWindow)
See Also
Name
Windows





Windows & Linux

Description

Returns a service object that can be accessed at runtime. The method returns null if no service object is associated with the specified symbolic name.

Syntax

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

Parameters

Name

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.