This document is archived and information here might be outdated. Recommended version. |
The recommended start point for the creation of the seamline.
[Visual Basic .NET] Public Property StartPoint As IPoint
[C#] public IPoint StartPoint {get; set;}
[C++]
HRESULT get_StartPoint(
IPoint* ppStartPoint
);
[C++]
HRESULT putref_StartPoint(
IPoint** ppStartPoint
);
[C++] Parameters ppStartPoint [in]
ppStartPoint is a parameter of type IPoint* ppStartPoint [out, retval]
ppStartPoint is a parameter of type IPoint**