AGI STK Graphics 11Send 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 _
) 
[C#]
public void Move(
   IAgStkGraphicsTerrainOverlay TerrainOverlay,
   int NewPosition
);
[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

© 2018 Analytical Graphics, Inc. All Rights Reserved.