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


IGeoSurveyFunctions.MeanTwoPoints 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.MeanTwoPoints Method
ArcGIS Developer Help

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