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


IConstructionPoints.ConstructionPointCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IC > IConstructionPoints Interface > IConstructionPoints.ConstructionPointCount Property
ArcGIS Developer Help

IConstructionPoints.ConstructionPointCount Property

The number of point constructions for the parcel.

[Visual Basic .NET]
Public ReadOnly Property ConstructionPointCount As Integer
[C#]
public int ConstructionPointCount {get;}
[C++]
HRESULT get_ConstructionPointCount(
  System.Int32* pCount
);
[C++]
Parameters
pCount [out, retval]

pCount is a parameter of type long*

Product Availability

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

See Also

IConstructionPoints Interface