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


ILasTile.SetTileNameFeatureClass Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

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