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


IRasterCatalogTable.FieldNameLocation Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterCatalogTable Interface > IRasterCatalogTable.FieldNameLocation Property
ArcGIS Developer Help

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(
  System.Int32* 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