Get the DAFIF item with the given name.
[Visual Basic .NET] |
---|
Public Function GetDAFIFItem( _ ByVal Name As String _ ) As IAgAvtrDAFIFItem |
[C#] |
---|
public IAgAvtrDAFIFItem GetDAFIFItem( string Name ); |
[Managed C++] |
---|
public: IAgAvtrDAFIFItem^ GetDAFIFItem( String __gc ^ Name ); |
[Unmanaged C++] |
---|
public: HRESULT GetDAFIFItem( BSTR Name, IAgAvtrDAFIFItem ** ppItem ); |
[Java] |
---|
public IAgAvtrDAFIFItem getDAFIFItem( String Name ); |
[Python - STK API ] |
---|
def GetDAFIFItem(self, Name:str) -> "IAgAvtrDAFIFItem": |
- Name