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


ILasTile.TileNamingMethod Property (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.TileNamingMethod Property
ArcGIS Developer Help

ILasTile.TileNamingMethod Property

Indicates file naming methods.

[Visual Basic .NET]
Public WriteOnly Property TileNamingMethod
[C#]
public void TileNamingMethod {set;}
[C++]
HRESULT put_TileNamingMethod(
  esriLasTileNamingMethod 
);
[C++]
Parameters
 [in]

is a parameter of type esriLasTileNamingMethod

Product Availability

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

See Also

ILasTile Interface