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


IParcelExplorer.AddParcel Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (CadastralUI)  

IParcelExplorer.AddParcel Method

Add a Parcel to the Parcel Explorer.

[Visual Basic .NET]
Public Sub AddParcel ( _
    ByVal pGSParcel As IGSParcel _
)
[C#]
public void AddParcel (
    IGSParcel pGSParcel
);

Product Availability

Available with ArcGIS Desktop.

See Also

IParcelExplorer Interface