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


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

IBuildSeamlinesParameters4.UpdateSeamlines Property

.

[Visual Basic .NET]
Public Property UpdateSeamlines As Boolean
[C#]
public bool UpdateSeamlines {get; set;}
[C++]
HRESULT get_UpdateSeamlines(
  VARIANT_BOOL pbGenerateMissing
);
[C++]
HRESULT put_UpdateSeamlines(
  Boolean* pbGenerateMissing
);
[C++]
Parameters
pbGenerateMissing [in]

pbGenerateMissing is a parameter of type bool pbGenerateMissing [out, retval]
pbGenerateMissing is a parameter of type bool*

Product Availability

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

See Also

IBuildSeamlinesParameters4 Interface