ESRI.ArcGIS.DataManagementTools
sort_method Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.DataManagementTools Namespace > BuildSeamlines Class : sort_method Property




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)

Syntax

Visual Basic (Declaration) 
Public Property sort_method As String
Visual Basic (Usage)Copy Code
Dim instance As BuildSeamlines
Dim value As String
 
instance.sort_method = value
 
value = instance.sort_method
C# 
public string sort_method {get; set;}

See Also

© 2010 All Rights Reserved.