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


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

IBuildSeamlinesParameters.ModifySeamlines Property

Indicates whether seamline geometry is updated for selected items.

[Visual Basic .NET]
Public Property ModifySeamlines As Boolean
[C#]
public bool ModifySeamlines {get; set;}
[C++]
HRESULT get_ModifySeamlines(
  VARIANT_BOOL pbModifySeamlines
);
[C++]
HRESULT put_ModifySeamlines(
  Boolean* pbModifySeamlines
);
[C++]

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

Product Availability

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

See Also

IBuildSeamlinesParameters Interface