Gets the container which stores the raster.

Namespace:  ESRI.ArcGISExplorer.Data

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public Object RootDataContainer { get; }
Visual Basic (Declaration)
Public ReadOnly Property RootDataContainer As Object

Field Value

An Object representing the data container in which the raster is stored. This could either be a Geodatabase or a DataDirectory.

See Also