copyParcels
Copies all parcels, and parcel attributes, from record pFromCapId to record pToCapId.
Version
1.4
Parameters
Parameter | Type | Description |
---|---|---|
pFromCapId | CapIDModel | ID of record from which to copy. |
pToCapId | CapIDModel | ID of record to which to copy. If null, the function uses the current record. |
Notes
capId is the record ID object for the current record.
getApplication( ), getParent( ), createChild(), createCap() functions each return a record ID object.