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 > IRasterizeFeatureClassFunctionArguments Interface > IRasterizeFeatureClassFunctionArguments.ClassIndexField Property (ArcObjects .NET 10.5 SDK) |
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