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


IParcelConstruction.Parcel Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (CadastralUI)  

IParcelConstruction.Parcel Property

The current editing parcel. Object contains grid GSLines that are valid. Grid and display is refresh on return.

[Visual Basic .NET]
Public ReadOnly Property Parcel As IGSParcel
[C#]
public IGSParcel Parcel {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

If there is a parcel present in the construction environment (either a new from parent parcel or an unjoined parcel), Get_Parcel will return the current editing parcel.

See Also

IParcelConstruction Interface