AGI STK Graphics 11 Send comments on this topic.
Remove Method (IAgStkGraphicsTerrainCollection)
See Also 
TerrainOverlay
The Terrain Overlay to be removed.





Description

Removes a Terrain Overlay from the collection.

Syntax

[Visual Basic .NET]
Public Function Remove( _
   ByVal TerrainOverlay As IAgStkGraphicsTerrainOverlay _
) As Boolean

[C#]
public bool Remove(
IAgStkGraphicsTerrainOverlay TerrainOverlay
);

[Managed C++]
public: bool Remove(
IAgStkGraphicsTerrainOverlay ^ TerrainOverlay
);

[Java]
public bool remove(
IAgStkGraphicsTerrainOverlay TerrainOverlay
);

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

Parameters

TerrainOverlay
The Terrain Overlay to be removed.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1