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


IParcelConstruction Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IP > IParcelConstruction Interface
ArcGIS Developer Help

IParcelConstruction Interface

Provides access to ParcelConstruction Interface.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Read-only property CanModifyPointIDs Indicates if point IDs be changed. Returns false for existing lines on a joined parcel.
Method ClearLineSelection Clears all line selection.
Read-only property CurrentColumn The current active column id.
Read-only property CurrentRow The current active row id.
Method DeleteGridRow Delete a row.
Method GetLine The GSLine in the table grid. Grid and display is refresh on return.
Method GetLines All complete GSLines.
Method GetLineSelection Get/Set line selection.
Method InsertGridRow Insert a row before given row. Use -1 to insert at the end.
Read-only property LineCount Number of lines in the table grid.
Read-only property Parcel The current editing parcel. Object contains grid GSLines that are valid. Grid and display is refresh on return.
Method ResetOriginPoint Reset origin point to the first [from] point in the grid, from which other points are calculated. Only applies to the construction environment.
Method SetLineSelection Get/Set line selection.

Classes that implement IParcelConstruction

Classes Description
ParcelConstruction Managers the objects in the UI line grid.

Remarks

Access the construction line grid in the parcel construction environment.