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


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

IRasterizeFeatureClassFunctionArguments.ClassIndexField Property

Class index field, for the filling (optional, otherwise use oid).

[Visual Basic .NET]
Public Property ClassIndexField As String
[C#]
public string ClassIndexField {get; set;}
[C++]
HRESULT get_ClassIndexField(
  System.String* pClassIndexField
);
[C++]
HRESULT put_ClassIndexField(
  BSTR pClassIndexField
);
[C++]
Parameters
pClassIndexField [out, retval]

pClassIndexField is a parameter of type BSTR* pClassIndexField [in]
pClassIndexField is a parameter of type BSTR

Product Availability

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

See Also

IRasterizeFeatureClassFunctionArguments Interface