ArcObjects Library Reference (GeoSurvey)  

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