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


IParcelConstruction.Parcel Property (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 > IParcelConstruction.Parcel Property
ArcGIS Developer Help

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