AGI STK Graphics 11 Send comments on this topic.
Move Method (IAgStkGraphicsTerrainCollection)
See Also 
TerrainOverlay
The Terrain Overlay to move.
NewPosition
The new position of the terrainOverlay.





Description

Moves the Terrain Overlay to the specified position.

Syntax

[Visual Basic .NET]
Public Sub Move( _
   ByVal TerrainOverlay As IAgStkGraphicsTerrainOverlay, _
   ByVal NewPosition As Integer _
) 

[Managed C++]
public: void Move(
IAgStkGraphicsTerrainOverlay ^ TerrainOverlay,
int NewPosition
);

[Java]
public  move(
IAgStkGraphicsTerrainOverlay TerrainOverlay,
ppInteger NewPosition
);

[Unmanaged C++]
public: HRESULT Move(
IAgStkGraphicsTerrainOverlay * TerrainOverlay,
int NewPosition
);

Parameters

TerrainOverlay
The Terrain Overlay to move.
NewPosition
The new position of the terrainOverlay.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1