This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTable Interface > IRasterTable.PrimaryField Property (ArcObjects .NET 10.5 SDK) |
The primary field of the table.
[Visual Basic .NET] Public Property PrimaryField As Integer
[C#] public int PrimaryField {get; set;}
[C++]
HRESULT get_PrimaryField(
long* 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