AGI STK Graphics 11 Send comments on this topic.
Add Method (IAgStkGraphicsTerrainCollection)
See Also 
TerrainOverlay
The Terrain Overlay to be added to the collection.





Description

Adds terrainOverlay to the collection.

Syntax

[Visual Basic .NET]
Public Sub Add( _
   ByVal TerrainOverlay As IAgStkGraphicsTerrainOverlay _
) 

[C#]
public void Add(
IAgStkGraphicsTerrainOverlay TerrainOverlay
);

[Managed C++]
public: void Add(
IAgStkGraphicsTerrainOverlay ^ TerrainOverlay
);

[Unmanaged C++]
public: HRESULT Add(
IAgStkGraphicsTerrainOverlay * TerrainOverlay
);

Parameters

TerrainOverlay
The Terrain Overlay to be added to the collection.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1