STK Graphics PrimitivesSend 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
);
[Unmanaged C++]
public: HRESULT Move(
    IAgStkGraphicsTerrainOverlay * TerrainOverlay,
    int NewPosition
);
[Java]
public void move(
    IAgStkGraphicsTerrainOverlay TerrainOverlay,
    Integer NewPosition
);
[Python - STK API ]
def Move(self, TerrainOverlay:"IAgStkGraphicsTerrainOverlay", NewPosition:int) -> None:

Parameters

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.