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


ICadastralPacketEdit.RetrievePreviousLineInfo Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IC > ICadastralPacketEdit Interface > ICadastralPacketEdit.RetrievePreviousLineInfo Method
ArcGIS Developer Help

ICadastralPacketEdit.RetrievePreviousLineInfo Method

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
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralPacketEdit Interface