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


ICadastralParcel2.DuplicateParcel Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoSurvey)  

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