STK AviatorSend comments on this topic.
ContainsStation Method (IAgAvtrStationCollection)
See Also
Name
Windows





Windows & Linux

Description

Get whether the station list contains an item with the given name.

Syntax

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

Parameters

Name

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.