This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IC > ICadastralPacketEdit Interface > ICadastralPacketEdit.RetrievePreviousLineInfo Method (ArcObjects .NET 10.5 SDK) |
Retrieve bearing and distance from a similar line.
[Visual Basic .NET] Public Sub RetrievePreviousLineInfo ( _ ByVal frompt As Integer, _ ByVal topt As Integer, _ ByRef pBearing As Double, _ ByRef pDistance As Double _ )
[C#] public void RetrievePreviousLineInfo ( int frompt, int topt, ref double pBearing, ref double pDistance );