Get whether the station list contains an item with the given name.
[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 ); |
[Java] |
---|
public bool containsStation( String Name ); |
[Python - STK API ] |
---|
def ContainsStation(self, Name:str) -> bool: |
- Name