STK ObjectsSend comments on this topic.
Contains Method (IAgVeVOSystemsCollection)
See Also
SystemName
Windows





Windows & Linux

Description

Checks whether the given frame is already in the list.

Syntax

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

Parameters

SystemName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.