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


IBuildSeamlinesParameters2.Ascending Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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

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

Product Availability

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

See Also

IBuildSeamlinesParameters2 Interface