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


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

IGeoSurveyFunctions.MeanPoints Method

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
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGeoSurveyFunctions Interface