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


IGSLine.FromPointCoords Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoSurvey)  

IGSLine.FromPointCoords Property

Start Point for line.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IGSLine Interface