This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IG > IGSForwardStar Interface > IGSForwardStar.GetLine Method (ArcObjects .NET 10.5 SDK) |
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 );