Sets the current map tile position.
[Visual Basic .NET] Public Sub PutTilePosition ( _ ByVal Level As Integer, _ ByVal Row As Integer, _ ByVal column As Integer _ )
[C#] public void PutTilePosition ( int Level, int Row, int column );
[C++]
HRESULT PutTilePosition(
long Level,
long Row,
long column
);
[C++]Parameters
Level [in] Level is a parameter of type long Row [in] Row is a parameter of type long column [in] column is a parameter of type long
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.