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


IBuildSeamlinesParameters.ModifySeamlines Property (ArcObjects .NET 10.4 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(
  VARIANT_BOOL pbModifySeamlines
);
[C++]

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

Product Availability

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

See Also

IBuildSeamlinesParameters Interface