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


IGeometryDef.AvgNumPoints Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGeometryDef Interface > IGeometryDef.AvgNumPoints Property
ArcGIS Developer Help

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(
  System.Int32* 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