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


IBuilderItem.Seamline Property (ArcObjects .NET 10.5 SDK)
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