AGI STK Graphics 11 Send comments on this topic.
Contains Method (IAgStkGraphicsImageCollection)
See Also 
ImageryOverlay
The Globe Image Overlay to search for in the collection.
Windows






Windows & Linux

Description

Checks the presence of a Globe Image Overlay in the collection.

Syntax

[Visual Basic .NET]
Public Function Contains( _
   ByVal ImageryOverlay As IAgStkGraphicsGlobeImageOverlay _
) As Boolean

[C#]
public bool Contains(
IAgStkGraphicsGlobeImageOverlay ImageryOverlay
);

[Managed C++]
public: bool Contains(
IAgStkGraphicsGlobeImageOverlay ^ ImageryOverlay
);

[Java]
public bool contains(
IAgStkGraphicsGlobeImageOverlay ImageryOverlay
);

[Unmanaged C++]
public: HRESULT Contains(
IAgStkGraphicsGlobeImageOverlay * ImageryOverlay,
VARIANT_BOOL * ReturnValue
);

Parameters

ImageryOverlay
The Globe Image Overlay to search for in the collection.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface