ArcObjects Library Reference (GeoSurvey)  

IGeoSurveyFunctions.MeanTwoPoints Method

Compute the mean of the co-ordinates of the two named points.

[Visual Basic .NET]
Public Function MeanTwoPoints ( _
    ByVal PointA As Integer, _
    ByVal PointB As Integer _
) As String
[C#]
public string MeanTwoPoints (
    int PointA,
    int PointB
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGeoSurveyFunctions Interface