Provides access to members that control parameters for define overviews of a mosaic dataset.
Members
| Name | Description | |
|---|---|---|
![]() |
ForceOverviewTiles | Indicates whether overview tiles are generated irrespective of existing primary or overview items in the specified area. |
![]() |
InstanceID | The object ID of the raster type instance associated with a preview define overview operation. Properties that control how overview tiles are created are read from the matching raster type instance. A value here also indicates that no new schema is created by |
![]() |
RefreshAllInstances | Indicates whether all existing overview instances are refreshed. A TRUE value also indicates that no new schema of overview tiles is created by the IMosaicDatasetOperation.DefineOverviews method. |
IDefineOverviewsParameters.ForceOverviewTiles Property
Indicates whether overview tiles are generated irrespective of existing primary or overview items in the specified area.
Public Property ForceOverviewTiles As Boolean
public bool ForceOverviewTiles {get; set;}
IDefineOverviewsParameters.InstanceID Property
The object ID of the raster type instance associated with a preview define overview operation. Properties that control how overview tiles are created are read from the matching raster type instance. A value here also indicates that no new schema is created by .
Public Property InstanceID As Integer
public int InstanceID {get; set;}
IDefineOverviewsParameters.RefreshAllInstances Property
Indicates whether all existing overview instances are refreshed. A TRUE value also indicates that no new schema of overview tiles is created by the IMosaicDatasetOperation.DefineOverviews method.
Public Property RefreshAllInstances As Boolean
public bool RefreshAllInstances {get; set;}
Classes that implement IDefineOverviewsParameters
| Classes | Description |
|---|---|
| DefineOverviewsParameters | An object that controls how new overview items are created in a mosaic dataset. |
