ArcObjects Library Reference (GeoDatabaseExtensions)  

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(
  long* 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