MetaData::WriteAuxFile()

Description

WriteAuxFile() is used to write the current contents of the MetaData object to the specified text file.

Call Signature

WriteAuxFile ( string filename )

Argument

string filename:

The name of the auxilary file containing the metadata to be write. This is a text file with the extension ".aux" or ".prf"

Remarks

The previous contents of the text file are overwritten. The text file is created if it doesn't already exist.

Example


 call mdata.WriteAuxFile( "data.aux" )

See also

MetaData class

© PCI Geomatics Enterprises, Inc.®, 2026. All rights reserved.