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


ISeamlineTaskInfo.EndPoint Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISeamlineTaskInfo Interface > ISeamlineTaskInfo.EndPoint Property
ArcGIS Developer Help

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 [in]

ppEndPoint is a parameter of type IPoint* ppEndPoint [out, retval]
ppEndPoint is a parameter of type IPoint**

Product Availability

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

See Also

ISeamlineTaskInfo Interface