ESRI.ArcGIS.DataManagementTools
MakeImageServerLayer Constructor(Object,Object)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.DataManagementTools Namespace > MakeImageServerLayer Class > MakeImageServerLayer Constructor : MakeImageServerLayer Constructor(Object,Object)




in_image_service
The name of the input image service, or the URL that references the image service. (In, Required)
out_imageserver_layer
The name of the output image layer. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_image_service As Object, _
   ByVal out_imageserver_layer As Object _
)
Visual Basic (Usage)Copy Code
Dim in_image_service As Object
Dim out_imageserver_layer As Object
 
Dim instance As MakeImageServerLayer(in_image_service, out_imageserver_layer)
C# 
public MakeImageServerLayer( 
   object in_image_service,
   object out_imageserver_layer
)

Parameters

in_image_service
The name of the input image service, or the URL that references the image service. (In, Required)
out_imageserver_layer
The name of the output image layer. (Out, Required)

See Also

© 2010 All Rights Reserved.