Provides access to members that control a raster type name.
Members
Name | Description | |
---|---|---|
InstanceID | The object ID within the mosaic dataset of the raster type instance referenced by this raster type name object. | |
MosaicDatasetName | The mosaic dataset name object that stores the raster type instance referenced by this raster type name object. | |
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. |