This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IB > IBuildSeamlinesParameters2 Interface > IBuildSeamlinesParameters2.SortMethod Property (ArcObjects .NET 10.5 SDK) |
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