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


IConstructParcelFunctions3.ExplodeMultiPartParcel Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IC > IConstructParcelFunctions3 Interface > IConstructParcelFunctions3.ExplodeMultiPartParcel Method
ArcGIS Developer Help

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