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


ILasTile.SetTileNameFeatureClass 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.SetTileNameFeatureClass Method
ArcGIS Developer Help

ILasTile.SetTileNameFeatureClass Method

Set the feature class and field index tile/file name mapping.

[Visual Basic .NET]
Public Sub SetTileNameFeatureClass ( _
    ByVal pFeatureClass As IFeatureClass, _
    ByVal fieldIndex As Integer _
)
[C#]
public void SetTileNameFeatureClass (
    IFeatureClass pFeatureClass,
    int fieldIndex
);
[C++]
HRESULT SetTileNameFeatureClass(
  IFeatureClass* pFeatureClass,
  long fieldIndex
);
[C++]
Parameters
pFeatureClass [in]

pFeatureClass is a parameter of type IFeatureClass* fieldIndex [in]
fieldIndex is a parameter of type long

Product Availability

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

See Also

ILasTile Interface