This document is archived and information here might be outdated. Recommended version. |
Creates remainder parcels from a single parcel.
[Visual Basic .NET] Public Sub RemainderParcels ( _ ByVal pGSPlan As IGSPlan, _ ByVal pSourcePoints As ICadastralPoints, _ ByVal pSourceParcel As IGSParcel, _ ByVal pRemainderParcels As IEnumGSParcels, _ ByVal pDestinationPacket As ICadastralPacket, _ ByRef ppParcels As IEnumGSParcels _ )
[C#] public void RemainderParcels ( IGSPlan pGSPlan, ICadastralPoints pSourcePoints, IGSParcel pSourceParcel, IEnumGSParcels pRemainderParcels, ICadastralPacket pDestinationPacket, ref IEnumGSParcels ppParcels );