Copies the curve's 'to' point into the input point.
[Visual Basic 6.0] Sub QueryToPoint(
ByVal to As IPoint _
)
[Visual Basic .NET] Public Sub QueryToPoint ( _ ByVal to As IPoint _ )
[C#] public void QueryToPoint ( IPoint to );
[Java] public void queryToPoint ( IPoint to ) throws IOException, AutomationException
[C++] HRESULT QueryToPoint( IPoint* to );
Used to query the ToPoint of the first Segment of the first part of the curve.
Note: The output geometry must be co-created prior to the query. The output geometry is not co-created by the method; it is populated. This can be used in performance critical situations. For example, creating the geometry only once outside a loop and use the query method could improve performance.

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