Copies the endpoints of this line to 'from' and 'to'.
[Visual Basic 6.0] Sub QueryCoords(
ByVal from As IPoint, _
ByVal to As IPoint _
)
[Visual Basic .NET] Public Sub QueryCoords ( _ ByVal from As IPoint, _ ByVal to As IPoint _ )
[C#] public void QueryCoords ( IPoint from, IPoint to );
[Java] public void queryCoords ( IPoint from, IPoint to ) throws IOException, AutomationException
[C++] HRESULT QueryCoords( IPoint* from, IPoint* to );
Queries the From and To Points of the Line. These are the only parameters necessary to create a well-defined line.
