This document is archived and information here might be outdated. Recommended version. |
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*