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


ICadastralPacketEdit.CalcChordFromArcLength 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.CalcChordFromArcLength Method
ArcGIS Developer Help

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