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.MeanTwoPoints Method (ArcObjects .NET 10.5 SDK) |
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 );