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




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

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_wcs_coverage As Object, _
   ByVal out_wcs_layer As Object _
)
Visual Basic (Usage)Copy Code
Dim in_wcs_coverage As Object
Dim out_wcs_layer As Object
 
Dim instance As MakeWCSLayer(in_wcs_coverage, out_wcs_layer)
C# 
public MakeWCSLayer( 
   object in_wcs_coverage,
   object out_wcs_layer
)

Parameters

in_wcs_coverage
The name of the input WCS service, or the URL that references the WCS service. (In, Required)
out_wcs_layer
The name of the output WCS layer. (Out, Required)

See Also

© 2010 All Rights Reserved.