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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.