STK AviatorSend comments on this topic.
Contains Method (IAgAvtrCatalogSource)
See Also
AircraftName
Windows





Windows & Linux

Description

Checks whether the catalog source contains the catalog item with the given name.

Syntax

[Visual Basic .NET]
Public Function Contains( _
    ByVal AircraftName As String _
) As Boolean
[C#]
public bool Contains(
    string AircraftName
);
[Managed C++]
public: bool Contains(
    String __gc ^ AircraftName
);
[Unmanaged C++]
public: HRESULT Contains(
    BSTR AircraftName,
    VARIANT_BOOL * pRetVal
);
[Java]
public bool contains(
    String AircraftName
);
[Python - STK API ]
def Contains(self, AircraftName:str) -> bool:

Parameters

AircraftName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.