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


IMosaicFunctionArguments.Seamline Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IMosaicFunctionArguments.Seamline Property

The mosaic seamline table.

[Visual Basic .NET]
Public Property Seamline As Object
[C#]
public object Seamline {get; set;}
[C++]
HRESULT get_Seamline(
  LPUNKNOWN* ppSeamline
);
[C++]
HRESULT putref_Seamline(
  LPUNKNOWN ppSeamline
);
[C++]

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

Product Availability

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

See Also

IMosaicFunctionArguments Interface