ESRI.ArcGIS.ADF.IMS
ImageWorkspace Constructor(String,String)
See Also 
ESRI.ArcGIS.ADF.IMS.Data Namespace > ImageWorkspace Class > ImageWorkspace Constructor : ImageWorkspace Constructor(String,String)




name
The name of the ImageWorkspace to be constructed.
directory
The directory of the ImageWorkspace to be constructed.
Constructs an ImageWorkspace.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal name As String, _
   ByVal directory As String _
)
Visual Basic (Usage)Copy Code
Dim name As String
Dim directory As String
 
Dim instance As ImageWorkspace(name, directory)
C# 
public ImageWorkspace( 
   string name,
   string directory
)

Parameters

name
The name of the ImageWorkspace to be constructed.
directory
The directory of the ImageWorkspace to be constructed.

Example

For an example of using ImageWorkspace to create a new, dynamic layer in the map, see ImageLayer(string, ImageDataset) .

Remarks

See Workspace.Name for information on specifying the name for the ImageWorkspace. See directory for details on how to specify the directory for the ImageWorkspace.

See Also

© 2010 All Rights Reserved.