AGI STK Graphics 11Send comments on this topic.
Move Method (IAgStkGraphicsImageCollection)
See Also 
ImageryOverlay
The Globe Image Overlay to move.
NewPosition
The new position of the imageryOverlay.
Windows






Windows & Linux

Description

Moves the Globe Image Overlay to the specified position.

Syntax

[Visual Basic .NET]
Public Sub Move( _
   ByVal ImageryOverlay As IAgStkGraphicsGlobeImageOverlay, _
   ByVal NewPosition As Integer _
) 
[C#]
public void Move(
   IAgStkGraphicsGlobeImageOverlay ImageryOverlay,
   int NewPosition
);
[Managed C++]
public: void Move(
   IAgStkGraphicsGlobeImageOverlay ^ ImageryOverlay,
   int NewPosition
);
[Java]
public  move(
   IAgStkGraphicsGlobeImageOverlay ImageryOverlay,
   ppInteger NewPosition
);
[Unmanaged C++]
public: HRESULT Move(
   IAgStkGraphicsGlobeImageOverlay * ImageryOverlay,
   int NewPosition
);

Parameters

ImageryOverlay
The Globe Image Overlay to move.
NewPosition
The new position of the imageryOverlay.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.