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




The default field to use to order the rasters when the mosaic method is ByAttribute. The list of fields is defined as those in the service table that are of type metadata and are integer (for example, the values can represent dates or cloud cover percentage). (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.