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


IBuildSeamlinesParameters.UpdateSeamlineOrder Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IBuildSeamlinesParameters.UpdateSeamlineOrder Property

Inidicates whether seamline order (SOrder) attribute is updated.

[Visual Basic .NET]
Public Property UpdateSeamlineOrder As Boolean
[C#]
public bool UpdateSeamlineOrder {get; set;}
[C++]
HRESULT get_UpdateSeamlineOrder(
  VARIANT_BOOL pbUpdateSeamlineOrder
);
[C++]
HRESULT put_UpdateSeamlineOrder(
  Boolean* pbUpdateSeamlineOrder
);
[C++]

Parameters pbUpdateSeamlineOrder [in]
pbUpdateSeamlineOrder is a parameter of type bool pbUpdateSeamlineOrder [out, retval]
pbUpdateSeamlineOrder is a parameter of type bool*

Product Availability

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

See Also

IBuildSeamlinesParameters Interface