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


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

IBuildSeamlinesParameters2.SortMethod Property

Mosaic method to use for calculating the sorder.

[Visual Basic .NET]
Public Property SortMethod As esriMosaicMethod
[C#]
public esriMosaicMethod SortMethod {get; set;}
[C++]
HRESULT get_SortMethod(
  esriMosaicMethod* pBuildSealineMethod
);
[C++]
HRESULT put_SortMethod(
  esriMosaicMethod pBuildSealineMethod
);
[C++]

Parameters pBuildSealineMethod [out, retval]
pBuildSealineMethod is a parameter of type esriMosaicMethod pBuildSealineMethod [in]
pBuildSealineMethod is a parameter of type esriMosaicMethod

Product Availability

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

See Also

IBuildSeamlinesParameters2 Interface