This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IG > IGeoSurveyFunctions Interface > IGeoSurveyFunctions.PointSquareOffset Method (ArcObjects .NET 10.5 SDK) |
Find a line point line in the packet.
[Visual Basic .NET] Public Sub PointSquareOffset ( _ ByVal IdA As Integer, _ ByVal IdB As Integer, _ ByVal IdC As Integer, _ ByRef pBearingAB As Double, _ ByRef pDistAB As Double, _ ByRef pOffset As Double _ )
[C#] public void PointSquareOffset ( int IdA, int IdB, int IdC, ref double pBearingAB, ref double pDistAB, ref double pOffset );