AGI STK Graphics 11Send comments on this topic.
MoveByIndex Method (IAgStkGraphicsTerrainCollection)
See Also 
Index
The index of the Terrain Overlay to move.
NewPosition
The new position of the Terrain Overlay.
Windows






Windows & Linux

Description

Moves the Terrain Overlay at the specified index to the specified position.

Syntax

[Visual Basic .NET]
Public Sub MoveByIndex( _
   ByVal Index As Integer, _
   ByVal NewPosition As Integer _
) 
[C#]
public void MoveByIndex(
   int Index,
   int NewPosition
);
[Managed C++]
public: void MoveByIndex(
   int Index,
   int NewPosition
);
[Java]
public  moveByIndex(
   ppInteger Index,
   ppInteger NewPosition
);
[Unmanaged C++]
public: HRESULT MoveByIndex(
   int Index,
   int NewPosition
);

Parameters

Index
The index of the Terrain Overlay to move.
NewPosition
The new position of the Terrain Overlay.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.