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