Retrieves a unit from the collection by name.
[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": |
- Name