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


IMosaicRaster.Ascending 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.Ascending Property
ArcGIS Developer Help

IMosaicRaster.Ascending Property

Indicates whether the ascending flag of OrderBy.

[Visual Basic .NET]
Public Property Ascending As Boolean
[C#]
public bool Ascending {get; set;}
[C++]
HRESULT get_Ascending(
  Boolean* Ascending
);
[C++]
HRESULT put_Ascending(
  VARIANT_BOOL Ascending
);
[C++]
Parameters
Ascending [out, retval]

Ascending is a parameter of type bool* Ascending [in]
Ascending is a parameter of type bool

Product Availability

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

See Also

IMosaicRaster Interface