This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IC > IConstructParcelFunctions3 Interface > IConstructParcelFunctions3.ExplodeMultiPartParcel Method (ArcObjects .NET 10.4 SDK) |
Creates exploded parts from a multi part parcel.
[Visual Basic .NET] Public Function ExplodeMultiPartParcel ( _ ByVal pSourceParcel As IGSParcel, _ ByVal pSourcePoints As ICadastralPoints, _ ByVal pDestinationPacket As ICadastralPacket _ ) As IEnumGSParcels
[C#] public IEnumGSParcels ExplodeMultiPartParcel ( IGSParcel pSourceParcel, ICadastralPoints pSourcePoints, ICadastralPacket pDestinationPacket );