This document is archived and information here might be outdated.  Recommended version.


IMosaicRaster.OrderByField Property (ArcObjects .NET 10.5 SDK)
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