ArcObjects Library Reference (GeoSurvey)  

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