ArcObjects Library Reference (GeoDatabase)  

IGeometryDef.AvgNumPoints Property

The estimated average number of points per feature.

[Visual Basic .NET]
Public ReadOnly Property AvgNumPoints As Integer
[C#]
public int AvgNumPoints {get;}
[C++]
HRESULT get_AvgNumPoints(
  long* points
);
[C++]

Parameters

points [out, retval]   points is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGeometryDef Interface