This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISeamlineTaskInfo Interface > ISeamlineTaskInfo.EndPoint Property (ArcObjects .NET 10.4 SDK) |
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 [out, retval]
ppEndPoint is a parameter of type IPoint ppEndPoint [in]
ppEndPoint is a parameter of type IPoint