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 > ICadastralParcel Interface > ICadastralParcel.DuplicateParcel Method (ArcObjects .NET 10.5 SDK) |
Duplicate the Parcel.
[Visual Basic .NET] Public Sub DuplicateParcel ( _ ByVal pIGSParcel As IGSParcel, _ ByVal Plan As String, _ ByVal Lot As String _ )
[C#] public void DuplicateParcel ( IGSParcel pIGSParcel, string Plan, string Lot );