This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicRaster Interface > IMosaicRaster.OrderByField Property (ArcObjects .NET 10.5 SDK) |
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