ArcObjects Library Reference (DataSourcesRaster)  

IOverviewItemURI.IsManagedDataset Property

Indicates whether the mosaic dataset manages the lifetime of the overview raster dataset. Raster datasets associated with managed overview items are moved, copied, and deleted along with the parent mosaic dataset.

[Visual Basic .NET]
Public ReadOnly Property IsManagedDataset As Boolean
[C#]
public bool IsManagedDataset {get;}
[C++]
HRESULT get_IsManagedDataset(
  VARIANT_BOOL* pbIsManagedDataset
);
[C++]

Parameters

pbIsManagedDataset [out, retval]   pbIsManagedDataset is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IOverviewItemURI Interface