This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IB > IBuilderItem Interface > IBuilderItem.Seamline Property (ArcObjects .NET 10.5 SDK) |
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