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


IDERasterBand.PrimaryField Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDERasterBand Interface > IDERasterBand.PrimaryField Property
ArcGIS Developer Help

IDERasterBand.PrimaryField Property

The primary field of the table.

[Visual Basic .NET]
Public Property PrimaryField As Integer
[C#]
public int PrimaryField {get; set;}
[C++]
HRESULT get_PrimaryField(
  System.Int32* FieldIndex
);
[C++]
HRESULT put_PrimaryField(
  long FieldIndex
);
[C++]
Parameters
FieldIndex [out, retval]

FieldIndex is a parameter of type long* FieldIndex [in]
FieldIndex is a parameter of type long

Product Availability

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

See Also

IDERasterBand Interface