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


IGlobeTileGenerator.PutTilePosition Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeTileGenerator Interface > IGlobeTileGenerator.PutTilePosition Method
ArcGIS Developer Help

IGlobeTileGenerator.PutTilePosition Method

Sets the current tile position.

[Visual Basic .NET]
Public Sub PutTilePosition ( _
    ByVal face As Integer, _
    ByVal level As Integer, _
    ByVal row As Integer, _
    ByVal column As Integer _
)
[C#]
public void PutTilePosition (
    int face,
    int level,
    int row,
    int column
);
[C++]
HRESULT PutTilePosition(
  long face,
  long level,
  long row,
  long column
);
[C++]
Parameters
face [in]

face is a parameter of type long 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

IGlobeTileGenerator Interface