This document is archived and information here might be outdated.  Recommended version.


IOverviewItemURI.IsManagedDataset Property (ArcObjects .NET 10.4 SDK)
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