ArcObjects Library Reference (DataSourcesRaster)  

IRasterCatalogTable.FieldNameLocation Property

Location of the field name of the raster catalog.

[Visual Basic .NET]
Public ReadOnly Property FieldNameLocation As Integer
[C#]
public int FieldNameLocation {get;}
[C++]
HRESULT get_FieldNameLocation(
  long* pLocName
);
[C++]

Parameters

pLocName [out, retval]   pLocName is a parameter of type long

Product Availability

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

See Also

IRasterCatalogTable Interface