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.MeanPoints Method (ArcObjects .NET 10.5 SDK) |
Mean Points within the envelope.
[Visual Basic .NET] Public Function MeanPoints ( _ ByVal pIEnvelope As IEnvelope, _ ByVal tolerance As Double _ ) As String
[C#] public string MeanPoints ( IEnvelope pIEnvelope, double tolerance );