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


IRemoveItemsParameters3.RemoveSeamlines Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRemoveItemsParameters3.RemoveSeamlines Property

Indicates whether seamline information is removed from the mosaic dataset and the seamlines side-table truncated.

[Visual Basic .NET]
Public Property RemoveSeamlines As Boolean
[C#]
public bool RemoveSeamlines {get; set;}
[C++]
HRESULT get_RemoveSeamlines(
  VARIANT_BOOL* pbRemoveSeamlines
);
[C++]
HRESULT put_RemoveSeamlines(
  VARIANT_BOOL pbRemoveSeamlines
);
[C++]

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

Product Availability

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

See Also

IRemoveItemsParameters3 Interface