ArcObjects Library Reference  (Carto)    

IMapCooker.PutTilePosition Method

Sets the current map tile position.

[Visual Basic 6.0]
Sub PutTilePosition(
    ByVal level As Long, _
    ByVal Row As Long, _
    ByVal column As Long _
)
[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
);
[Java]
public void putTilePosition (
    int level,
    int Row,
    int column
)
throws
    IOException,
    AutomationException
[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