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


ISeamlineTaskInfo.StartPoint 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.StartPoint Property
ArcGIS Developer Help

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

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

Product Availability

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

See Also

ISeamlineTaskInfo Interface