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


IRasterizeFeatureClassFunctionArguments.ClassIndexField Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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(
  BSTR* 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