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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.