ArcObjects Library Reference (GeoSurvey)  

ICadastralPacketEdit.CalcChordFromArcLength Method

Calculate chord from surounding lines.

[Visual Basic .NET]
Public Sub CalcChordFromArcLength ( _
    ByVal inbrg As String, _
    ByVal pGSLine As IGSLine, _
    ByVal pLastLine As IGSLine _
)
[C#]
public void CalcChordFromArcLength (
    string inbrg,
    IGSLine pGSLine,
    IGSLine pLastLine
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralPacketEdit Interface