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


IGSParcel.MergeMasterParcel Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IG > IGSParcel Interface > IGSParcel.MergeMasterParcel Method
ArcGIS Developer Help

IGSParcel.MergeMasterParcel Method

Merge a master parcel into this edit parcel.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IGSParcel Interface