STK UtilSend comments on this topic.
GetItemByName Method (IAgUnitPrefsUnitCollection)
See Also
Name
Windows





Windows & Linux

Description

Retrieves a unit from the collection by name.

Syntax

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

Parameters

Name

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.