This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IC > ICadastralParcel2 Interface > ICadastralParcel2.DuplicateParcel Method (ArcObjects .NET 10.5 SDK) |
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 );