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


IMosaicRaster.OrderByField Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicRaster Interface > IMosaicRaster.OrderByField Property
ArcGIS Developer Help

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(
  System.String* 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