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


IGeoSurveyFunctions.PointSquareOffset Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IG > IGeoSurveyFunctions Interface > IGeoSurveyFunctions.PointSquareOffset Method
ArcGIS Developer Help

IGeoSurveyFunctions.PointSquareOffset Method

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
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGeoSurveyFunctions Interface