This document is archived and information here might be outdated.  Recommended version.


IGSLinePoint.LinePointCoords Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IG > IGSLinePoint Interface > IGSLinePoint.LinePointCoords Property
ArcGIS Developer Help

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