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


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

IParcelConstruction3 Interface

Provides access to ParcelConstruction3 Interface.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Method ApplyScaleAndRotation Apply scale and rotation to lines' bearing and distance. Use for lines that are inversed from coordinates.
Read-only property ConstructionData The current construction data for editing parcel / construction.
Write-only property CurrentColumn The current active column id.
Write-only property CurrentRow The current active row id.
Read-only property DefaultLineTemplate Default line template. To set assign last row.
Method DeleteAllLines Delete all lines in the grid.
Method GetLineGeometry The polyline repesentation of the GSLine. Method supports Line Strings and is projected.
Method GetOriginPoint Origin point ID. Only applies to the construction environment.
Method RecalculatePoints Recomputes point IDs, based on line attributes. Works in all parcel editing modes.
Method RecalculatePointsEx Recomputes point IDs, based on line attributes.
Method SetLineTemplate Line template at a row.
Method SetOriginPoint Origin point ID, at coordinate x/y. Other points are calculated from this location. Only applies to the construction environment.
Method SortLines Sort lines based on their from:to value pairs.
Method UpdateGridFromGSLines Updates the line grid with the values in the GSLines. Readding lines rehydrates lines from pracel or construction line strtuctures.

Classes that implement IParcelConstruction3

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