AGI STK Graphics 11 Send comments on this topic.
Remove Method (IAgStkGraphicsScreenOverlayCollectionBase)
See Also 
Item
The overlay to remove from the collection.





Description

Removes the first occurrence of a specific overlay from the collection.

Syntax

[Visual Basic .NET]
Public Function Remove( _
   ByVal Item As IAgStkGraphicsScreenOverlay _
) As Boolean

[C#]
public bool Remove(
IAgStkGraphicsScreenOverlay Item
);

[Managed C++]
public: bool Remove(
IAgStkGraphicsScreenOverlay ^ Item
);

[Java]
public bool remove(
IAgStkGraphicsScreenOverlay Item
);

[Unmanaged C++]
public: HRESULT Remove(
IAgStkGraphicsScreenOverlay * Item,
VARIANT_BOOL * ReturnValue
);

Parameters

Item
The overlay to remove from the collection.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1