IRasterTypeName Interface

Provides access to members that control a raster type name.

Members

Name Description
Read/write property InstanceID The object ID within the mosaic dataset of the raster type instance referenced by this raster type name object.
Read/write property MosaicDatasetName The mosaic dataset name object that stores the raster type instance referenced by this raster type name object.
Read/write property Name The string representation of the raster type object. This can either be a name of an installed raster type object (like 'Raster Dataset' or 'Landsat 7 ETM+'), or path to a .ART file, or a fully-qualified path to a raster type instanced stored within a mosaic d

IRasterTypeName.InstanceID Property

The object ID within the mosaic dataset of the raster type instance referenced by this raster type name object.

Public Property InstanceID As Integer
public int InstanceID {get; set;}

IRasterTypeName.MosaicDatasetName Property

The mosaic dataset name object that stores the raster type instance referenced by this raster type name object.

Public Property MosaicDatasetName As IMosaicDatasetName
public IMosaicDatasetName MosaicDatasetName {get; set;}

IRasterTypeName.Name Property

The string representation of the raster type object. This can either be a name of an installed raster type object (like 'Raster Dataset' or 'Landsat 7 ETM+'), or path to a .ART file, or a fully-qualified path to a raster type instanced stored within a mosaic d.

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

Classes that implement IRasterTypeName

Classes Description
RasterTypeName The raster type name object.

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