ArcObjects Library Reference (GeoSurvey)  

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