ArcObjects Library Reference (DataSourcesRaster)  

IBuilderItem.Seamline Property

The seamline geometry associated with this builder item.

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

Parameters

ppSeamline [out, retval]

  ppSeamline is a parameter of type IGeometry

ppSeamline [in]

  ppSeamline is a parameter of type IGeometry

Product Availability

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

See Also

IBuilderItem Interface