AGI STK Graphics 11Send comments on this topic.
Remove Method (IAgStkGraphicsImageCollection)
See Also 
GlobeOverlay
The Globe Image Overlay to be removed.
Windows






Windows & Linux

Description

Removes a Globe Image Overlay from the collection.

Syntax

[Visual Basic .NET]
Public Function Remove( _
   ByVal GlobeOverlay As IAgStkGraphicsGlobeImageOverlay _
) As Boolean
[C#]
public bool Remove(
   IAgStkGraphicsGlobeImageOverlay GlobeOverlay
);
[Managed C++]
public: bool Remove(
   IAgStkGraphicsGlobeImageOverlay ^ GlobeOverlay
);
[Java]
public bool remove(
   IAgStkGraphicsGlobeImageOverlay GlobeOverlay
);
[Unmanaged C++]
public: HRESULT Remove(
   IAgStkGraphicsGlobeImageOverlay * GlobeOverlay,
   VARIANT_BOOL * ReturnValue
);

Parameters

GlobeOverlay
The Globe Image Overlay to be removed.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.