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




in_mosaic_dataset
Path and name of the mosaic dataset. (In, Required)
sort_method
The sort method is similar to the mosaic method in that it defines the order in which the rasters will be fused together to generate the image used to create the seamlines. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_mosaic_dataset As Object, _
   ByVal sort_method As String _
)
Visual Basic (Usage)Copy Code
Dim in_mosaic_dataset As Object
Dim sort_method As String
 
Dim instance As BuildSeamlines(in_mosaic_dataset, sort_method)
C# 
public BuildSeamlines( 
   object in_mosaic_dataset,
   string sort_method
)

Parameters

in_mosaic_dataset
Path and name of the mosaic dataset. (In, Required)
sort_method
The sort method is similar to the mosaic method in that it defines the order in which the rasters will be fused together to generate the image used to create the seamlines. (In, Required)

See Also

© 2010 All Rights Reserved.