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 > MakeMosaicLayer Class : order_field Property




Choose the order field. When the mosaic method is BY_ATTRIBUTE, the default field to use when ordering rasters needs to be set. The list of fields is defined as those in the service table that are of type metadata. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property order_field As String
Visual Basic (Usage)Copy Code
Dim instance As MakeMosaicLayer
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.