Provides access to members that control raster key properties.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
|
|
Description |
|
GetAllBandProperties |
Queries all available band-specific key properties. |
|
GetAllProperties |
Queries all available key properties. |
|
GetBandProperty |
Returns the requested key property by name for a given band. |
|
GetProperty |
Returns the requested key property by name. |
|
RemoveBandProperty |
Removes all occurrences of the specified key property for a given band. |
|
RemoveProperty |
Removes all occurrences of the specified key property. |
|
SetBandProperty |
Updates the value of the specified key property by name for a given band. |
|
SetProperty |
Updates the value of the specified key property by name. |
CoClasses that implement IRasterKeyProperties
.NET Samples
Create a custom raster type from the ground up for DMCII data (Code Files:
DMCIIRasterType) |
Get and set key properties on a mosaic dataset (Code Files:
GetSetKeyProperty)