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


IGeometryDefEdit.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 > IGeometryDefEdit Interface > IGeometryDefEdit.AvgNumPoints Property
ArcGIS Developer Help

IGeometryDefEdit.AvgNumPoints Property

The estimated average number of points per feature.

[Visual Basic .NET]
Public WriteOnly Property AvgNumPoints_2
[C#]
public void AvgNumPoints_2 {set;}
[C++]
HRESULT put_AvgNumPoints(
  long 
);
[C++]
Parameters
 [in]

is a parameter of type long

Product Availability

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

See Also

IGeometryDefEdit Interface