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


IConstructionPoints Interface (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
ArcGIS Developer Help

IConstructionPoints Interface

Provides access to members that manipulate the construction points for the parcel.

Product Availability

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

Members

Name Description
Method AddConstructionPoint Adds a construction point to the parcel construction data. Coordinates are in meters.
Method ClearConstructionPoints Clears the construction points.
Read-only property ConstructionPointCount The number of point constructions for the parcel.
Method FindConstructionPoint The construction point with the matching point No. Coordinates are in meters.
Method GetConstructionPoint Retrieves the construction point at the given index. Coordinates are in meters.
Method RemoveConstructionPoint Remove the construction point.

Classes that implement IConstructionPoints

Classes Description
ParcelConstructionData Esri Cadastral Fabric Parcel Construction Data Class.