ArcObjects Library Reference (DataSourcesRaster)  

IMosaicRaster.OrderByField Property

The Order By fields on the base RasterCatalog.

[Visual Basic .NET]
Public Property OrderByField As String
[C#]
public string OrderByField {get; set;}
[C++]
HRESULT get_OrderByField(
  BSTR* OrderByField
);
[C++]
HRESULT put_OrderByField(
  BSTR OrderByField
);
[C++]

Parameters

OrderByField [out, retval]   OrderByField is a parameter of type BSTR OrderByField [in]   OrderByField is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMosaicRaster Interface