This document is archived and information here might be outdated.  Recommended version.


ISeamlineTaskInfo.EndPoint Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ISeamlineTaskInfo.EndPoint Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISeamlineTaskInfo Interface