This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IC > IConstructionPoints Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that manipulate the construction points for the parcel.
Description | ||
---|---|---|
AddConstructionPoint | Adds a construction point to the parcel construction data. Coordinates are in meters. | |
ClearConstructionPoints | Clears the construction points. | |
ConstructionPointCount | The number of point constructions for the parcel. | |
FindConstructionPoint | The construction point with the matching point No. Coordinates are in meters. | |
GetConstructionPoint | Retrieves the construction point at the given index. Coordinates are in meters. | |
RemoveConstructionPoint | Remove the construction point. |
CoClasses and Classes | Description |
---|---|
ParcelConstructionData | Esri Cadastral Fabric Parcel Construction Data Class. |