Retrieves a property from the collection by name.
[Visual Basic .NET] |
---|
Public Function GetItemByName( _ ByVal Name As String _ ) As IAgPropertyInfo |
[C#] |
---|
public IAgPropertyInfo GetItemByName( string Name ); |
[Managed C++] |
---|
public: IAgPropertyInfo^ GetItemByName( String __gc ^ Name ); |
[Unmanaged C++] |
---|
public: HRESULT GetItemByName( BSTR Name, IAgPropertyInfo ** ppVal ); |
[Java] |
---|
public IAgPropertyInfo getItemByName( String Name ); |
[Python - STK API ] |
---|
def GetItemByName(self, Name:str) -> "IAgPropertyInfo": |
- Name