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


ILasTile.SetTileNameStartNumbers Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasTile Interface > ILasTile.SetTileNameStartNumbers Method
ArcGIS Developer Help

ILasTile.SetTileNameStartNumbers Method

Set the initial row and column numbers for tile naming.

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

row is a parameter of type long col [in]
col is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ILasTile Interface