IRasterizeFeatureClassFunctionArguments Interface

Provides access to members that control RasterizeFeatureClass function arguments.

Members

Name Description
Read/write property ClassIndexField Class index field, for the filling (optional, otherwise use oid).
Read/write property FeatureClass The feature class to be rasterized.
Read/write property Raster The source raster object.

IRasterizeFeatureClassFunctionArguments.ClassIndexField Property

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

Public Property ClassIndexField As String
public string ClassIndexField {get; set;}

IRasterizeFeatureClassFunctionArguments.FeatureClass Property

The feature class to be rasterized.

Public Property FeatureClass As ITable
public ITable FeatureClass {get; set;}

IRasterizeFeatureClassFunctionArguments.Raster Property

The source raster object.

Public Property Raster As Object
public object Raster {get; set;}

Classes that implement IRasterizeFeatureClassFunctionArguments

Classes Description
RasterizeFeatureClassFunctionArguments A class for RasterizeFeatureClass raster function arguments.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.