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


IMosaicDataset.Seamline Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicDataset Interface > IMosaicDataset.Seamline Property
ArcGIS Developer Help

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