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


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

ISeamlineTaskInfo.StartPoint Property

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 [out, retval]
ppStartPoint is a parameter of type IPoint ppStartPoint [in]
ppStartPoint is a parameter of type IPoint

Product Availability

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

See Also

ISeamlineTaskInfo Interface