This document is archived and information here might be outdated.  Recommended version.


IConstructParcelFunctions3.ExplodeMultiPartParcel Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (CadastralUI)  

IConstructParcelFunctions3.ExplodeMultiPartParcel Method

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
);

Product Availability

Available with ArcGIS Desktop.

See Also

IConstructParcelFunctions3 Interface