STK AviatorSend comments on this topic.
GetDAFIFItem Method (IAgAvtrDAFIFSource)
See Also
Name
Windows





Windows & Linux

Description

Get the DAFIF item with the given name.

Syntax

[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":

Parameters

Name

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.