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


ICadastralParcel2.DuplicateParcel Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IC > ICadastralParcel2 Interface > ICadastralParcel2.DuplicateParcel Method
ArcGIS Developer Help

ICadastralParcel2.DuplicateParcel Method

Duplicate a Parcel and return the new parcel id.

[Visual Basic .NET]
Public Function DuplicateParcel ( _
    ByVal pIGSParcel As IGSParcel, _
    ByVal Plan As String, _
    ByVal Lot As String, _
    ByVal keepNewParInGroup As Boolean, _
    ByVal keepJoinedStatus As Boolean, _
    ByVal keepLPRecords As Boolean, _
    ByVal keepLineOIDs As Boolean _
) As Integer
[C#]
public int DuplicateParcel (
    IGSParcel pIGSParcel,
    string Plan,
    string Lot,
    bool keepNewParInGroup,
    bool keepJoinedStatus,
    bool keepLPRecords,
    bool keepLineOIDs
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralParcel2 Interface