ESRI.ArcGIS.ADF.IMS
Workspace Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.IMS.Data Namespace > FeatureDataset 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 FeatureDataset
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 FeatureDataset overview for a discussion of the types of workspaces used in an FeatureDataset.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.