ArcObjects Library Reference (GeoSurvey)  

IGSLinePoint.LinePointCoords Property

Line Point x,y co-ordinates.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IGSLinePoint Interface