This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IC > IConstructParcelFunctions3 Interface > IConstructParcelFunctions3.RemainderParcels Method (ArcObjects .NET 10.4 SDK) |
Creates remainder parcels from multiple parcels.
[Visual Basic .NET] Public Sub RemainderParcels ( _ ByVal pGSPlan As IGSPlan, _ ByVal pSourcePoints As ICadastralPoints, _ ByVal pSourceParcels As IEnumGSParcels, _ ByVal pRemainderParcels As IEnumGSParcels, _ ByVal pDestinationPacket As ICadastralPacket, _ ByRef ppParcels As IEnumGSParcels _ )
[C#] public void RemainderParcels ( IGSPlan pGSPlan, ICadastralPoints pSourcePoints, IEnumGSParcels pSourceParcels, IEnumGSParcels pRemainderParcels, ICadastralPacket pDestinationPacket, ref IEnumGSParcels ppParcels );