ESRI.ArcGIS.ADF.IMS
ImageWorkspace Constructor(String,String)
See Also  Send Feedback
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 New 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.

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.