This document is archived and information here might be outdated. Recommended version. |
The base seamline which is used to create the final seamline.
[Visual Basic .NET] Public Property BaseSeamline As IGeometry
[C#] public IGeometry BaseSeamline {get; set;}
[C++]
HRESULT get_BaseSeamline(
IGeometry* pMosaicGeometry
);
[C++]
HRESULT putref_BaseSeamline(
IGeometry** pMosaicGeometry
);
[C++] Parameters pMosaicGeometry [in]
pMosaicGeometry is a parameter of type IGeometry* pMosaicGeometry [out, retval]
pMosaicGeometry is a parameter of type IGeometry**