AGI STK Graphics 11Send comments on this topic.
Contains Method (IAgStkGraphicsScreenOverlayCollectionBase)
See Also 
Item
The overlay to locate in the collection.
Windows






Windows & Linux

Description

Determines whether the collection contains a specific overlay.

Syntax

[Visual Basic .NET]
Public Function Contains( _
   ByVal Item As IAgStkGraphicsScreenOverlay _
) As Boolean
[C#]
public bool Contains(
   IAgStkGraphicsScreenOverlay Item
);
[Managed C++]
public: bool Contains(
   IAgStkGraphicsScreenOverlay ^ Item
);
[Java]
public bool contains(
   IAgStkGraphicsScreenOverlay Item
);
[Unmanaged C++]
public: HRESULT Contains(
   IAgStkGraphicsScreenOverlay * Item,
   VARIANT_BOOL * ReturnValue
);

Parameters

Item
The overlay to locate in the collection.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.