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


IGSForwardStar.GetLine Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IG > IGSForwardStar Interface > IGSForwardStar.GetLine Method
ArcGIS Developer Help

IGSForwardStar.GetLine Method

GSLine for a given to & from point pair.

[Visual Basic .NET]
Public Function GetLine ( _
    ByVal pointA As Integer, _
    ByVal pointB As Integer, _
    ByRef ppGSLine As IGSLine _
) As Boolean
[C#]
public bool GetLine (
    int pointA,
    int pointB,
    ref IGSLine ppGSLine
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGSForwardStar Interface