This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISeamlineTaskInfo Interface > ISeamlineTaskInfo.StartPoint Property (ArcObjects .NET 10.5 SDK) |
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