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





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1