Description
AppendMetaData() is used to append the entire contents of another MetaData object to this MetaData object.
Call Signature
AppendMetaData ( MetaData metadata_object )
Argument
MetaData metadata_object:
A MetaData object whose contents will be added to this MetaData object.
Example
Given two MetaData objects m1 and m2 with varying contents, the following will cause the metadata belonging to m2 to be added to the metadata belonging to m1. m2 remains unchanged.
call m1.AppendMetaData( m2 )
See also
© PCI Geomatics Enterprises, Inc.®, 2026. All rights reserved.