This document is archived and information here might be outdated.  Recommended version.


IMapCooker.PutTilePosition Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapCooker Interface > IMapCooker.PutTilePosition Method
ArcGIS Developer Help

IMapCooker.PutTilePosition Method

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.

See Also

IMapCooker Interface