This document is archived and information here might be outdated. Recommended version. |
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 );