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