ArcObjects Library Reference (GeoSurvey)  

IGSLine.ToPointCoords Property

End Point for line.

[Visual Basic .NET]
Public Sub ToPointCoords ( _
    ByRef X As Double, _
    ByRef Y As Double _
)
[C#]
public void ToPointCoords (
    ref double X,
    ref double Y
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGSLine Interface