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