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


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

ILasTile.OutputBaseName Property

The base name of the output files.

[Visual Basic .NET]
Public WriteOnly Property OutputBaseName
[C#]
public void OutputBaseName {set;}
[C++]
HRESULT put_OutputBaseName(
  BSTR 
);
[C++]
Parameters
 [in]

is a parameter of type BSTR

Product Availability

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

See Also

ILasTile Interface