Provides access to members that control how a mosaic dataset's dirty area is computed.
Members
Name | Description | |
---|---|---|
ComputedDirtyArea | The polygon resulting from the dirty area computation. The polygon defines a region encompassing the footprints of all items that have been modified or synchronized since a specified point in time. | |
TimeStamp | The instance in time used for selecting newer mosaic dataset items that contribute to the dirty area. Use the ITime.QueryOleTime method to convert from other formats for encoding time. |
IComputeDirtyAreaParameters.ComputedDirtyArea Property
The polygon resulting from the dirty area computation. The polygon defines a region encompassing the footprints of all items that have been modified or synchronized since a specified point in time.
Public Property ComputedDirtyArea As IGeometry
public IGeometry ComputedDirtyArea {get; set;}
IComputeDirtyAreaParameters.TimeStamp Property
The instance in time used for selecting newer mosaic dataset items that contribute to the dirty area. Use the ITime.QueryOleTime method to convert from other formats for encoding time.
Public Property TimeStamp As DateTime
public DateTime TimeStamp {get; set;}
Classes that implement IComputeDirtyAreaParameters
Classes | Description |
---|---|
ComputeDirtyAreaParameters | An object that controls how a mosaic dataset's dirty area geometry is computed. |