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.
Windows






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface