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


IBuildSeamlinesParameters2.SortMethod Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IB > IBuildSeamlinesParameters2 Interface > IBuildSeamlinesParameters2.SortMethod Property
ArcGIS Developer Help

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 [in]

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

Product Availability

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

See Also

IBuildSeamlinesParameters2 Interface