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


IMosaicLayer.SeamlineLayer Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMosaicLayer.SeamlineLayer Property

The seamline layer referenced by the Mosaic Layer.

[Visual Basic .NET]
Public ReadOnly Property SeamlineLayer As IFeatureLayer
[C#]
public IFeatureLayer SeamlineLayer {get;}
[C++]
HRESULT get_SeamlineLayer(
  IFeatureLayer** ppLayer
);
[C++]

Parameters ppLayer [out, retval]
ppLayer is a parameter of type IFeatureLayer

Product Availability

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

See Also

IMosaicLayer Interface