ArcObjects Library Reference (DataSourcesRaster)  

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(
  VARIANT_BOOL* Ascending
);
[C++]
HRESULT put_Ascending(
  VARIANT_BOOL Ascending
);
[C++]

Parameters

Ascending [out, retval]   Ascending is a parameter of type VARIANT_BOOL Ascending [in]   Ascending is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IMosaicRaster Interface