STK AviatorSend comments on this topic.
GetARINC424Item Method (IAgAvtrARINC424Source)
See Also
Name
Windows





Windows & Linux

Description

Gets the ARINC-424 item with the given name.

Syntax

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

Parameters

Name

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.