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




in_mosaic_dataset
The path and name of the input mosaic dataset. (In, Required)
out_mosaic_layer
The name of the temporary output mosaic layer. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_mosaic_dataset As Object, _
   ByVal out_mosaic_layer As Object _
)
Visual Basic (Usage)Copy Code
Dim in_mosaic_dataset As Object
Dim out_mosaic_layer As Object
 
Dim instance As MakeMosaicLayer(in_mosaic_dataset, out_mosaic_layer)
C# 
public MakeMosaicLayer( 
   object in_mosaic_dataset,
   object out_mosaic_layer
)

Parameters

in_mosaic_dataset
The path and name of the input mosaic dataset. (In, Required)
out_mosaic_layer
The name of the temporary output mosaic layer. (Out, Required)

See Also

© 2010 All Rights Reserved.