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.CalcChordFromArcLength Method (ArcObjects .NET 10.5 SDK) |
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 );