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