IField2 Interface

Provides access to members that return information about the field including raster column definition.

Description

IField2 interface provides access to a raster field.

Members

Name Description
Read-only property AliasName The alias name of the field.
Method CheckValue Indicates if the value is valid given the field definition.
Read-only property DefaultValue The default value of the field.
Read-only property Domain The default domain of the field.
Read-only property DomainFixed Indicates if the field's domain is fixed.
Read-only property Editable Indicates if the field is editable.
Read-only property GeometryDef The geometry definition for the field if IsGeometry is TRUE.
Read-only property IsNullable Indicates if the field can contain null values.
Read-only property Length The maximum length, in bytes, for values described by the field.
Read-only property Name The name of the field.
Read-only property Precision The precision for field values.
Read-only property RasterDef The raster column definition.
Read-only property Required Indicates if the field is required.
Read-only property Scale The scale for field values.
Read-only property Type The type of the field.
Read-only property VarType The VARTYPE of the field (e.g. VT_​I4).

IField2.RasterDef Property

The raster column definition.

Public ReadOnly Property RasterDef As IRasterDef
public IRasterDef RasterDef {get;}

Inherited Interfaces

Interfaces Description
IField Provides access to members that return information about the field.

Classes that implement IField2

Classes Description
Field Esri Field object.

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