ArcObjects Library Reference (Geometry)  

ICurve.ToPoint Property

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

Product Availability

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

Description

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.

Remarks

 

ToPoint Example

See Also

ICurve Interface | IPoint Interface | ICurve.FromPoint Property | ICurve.QueryFromPoint Method | ICurve.ToPoint Property | ICurve.QueryToPoint Method

.NET Samples

Curve conversion add-in (Code Files: CurveConversionDockWin) | Points along line construction tool (Code Files: PointsAlongLineForm) | ViperPin tool (Code Files: ViperPinForm) | Tabbed feature inspector (Code Files: TabbedInspector) | Tabbed feature inspector (Code Files: ObjectInspector)

.NET Related Topics

Adjusting feature locations with spatial adjustment | How to use some basic properties and methods on ICircularArc | How to use the ICurve methods | How to work with ICurve methods | Using IGeometryBridge or IGeometryBridge2