This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IC > ICurve Interface > ICurve.ToPoint Property (ArcObjects .NET 10.4 SDK) |
The 'to' point of the curve.
[Visual Basic .NET] Public Property ToPoint As IPoint
[C#] public IPoint ToPoint {get; set;}
[C++]
HRESULT get_ToPoint(
IPoint** to
);
[C++]
HRESULT put_ToPoint(
IPoint* to
);
[C++]
Parameters to [out, retval]
to is a parameter of type IPoint to
to is a parameter of type IPoint
Returns or Sets the ToPoint of the first Segment of the first part of the curve. While the curve may be composed of many parts and segments each with their own ToPoint, each curve only has a single To Point.
ICurve Interface | IPoint Interface | ICurve.QueryFromPoint Method | ICurve.FromPoint Property | ICurve.ToPoint Property | ICurve.QueryToPoint Method