AGI STK Objects 11Send 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
);
[Java]
public bool contains(
   String SystemName
);
[Unmanaged C++]
public: HRESULT Contains(
   BSTR SystemName,
   VARIANT_BOOL * ReturnValue
);

Parameters

SystemName

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.