ESRI.ArcGIS.ADF.IMS
Workspace Property
See Also 
ESRI.ArcGIS.ADF.IMS.Data Namespace > ImageDataset Class : Workspace Property




Gets or sets the workspace referenced by the Dataset.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Workspace As Workspace
Visual Basic (Usage)Copy Code
Dim instance As ImageDataset
Dim value As Workspace
 
value = instance.Workspace
C# 
public Workspace Workspace {get;}

Remarks

The Workspace is the location of the dataset, either on disk or in an ArcSDE server. It is specified in the constructor for the ImageDataset. See the ImageDataset overview for a discussion of the types of workspaces used in an ImageDataset.

See Also

© 2010 All Rights Reserved.