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


IMosaicDataset.Seamline Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IMosaicDataset.Seamline Property

The associated seamline table.

[Visual Basic .NET]
Public ReadOnly Property Seamline As IFeatureClass
[C#]
public IFeatureClass Seamline {get;}
[C++]
HRESULT get_Seamline(
  IFeatureClass** ppSeamline
);
[C++]

Parameters ppSeamline [out, retval]
ppSeamline is a parameter of type IFeatureClass

Product Availability

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

See Also

IMosaicDataset Interface