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


IMosaicFunctionArguments.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 > IMosaicFunctionArguments Interface > IMosaicFunctionArguments.Seamline Property
ArcGIS Developer Help

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(
  IUnknown Pointer* ppSeamline
);
[C++]
HRESULT putref_Seamline(
  LPUNKNOWN ppSeamline
);
[C++]
Parameters
ppSeamline [out, retval]

ppSeamline is a parameter of type IUnknown* ppSeamline [in]
ppSeamline is a parameter of type IUnknown

Product Availability

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

See Also

IMosaicFunctionArguments Interface