DataSet.SetLocalizedIsoMetadataDocument Method
Sets the path to an ISO 19139 metadata document for the dataset, for a specific language.
SetLocalizedIsoMetadataDocument(System.String language, System.String value)
Sets the path to an ISO 19139 metadata document for the dataset, for a specific language.Syntax
public void SetLocalizedIsoMetadataDocument (
System.String language,
System.String value
)
Parameters
The language of the ISO document.
The path to the document.
Remarks
This method will store the path to the ISO document in this DataSet instance. If the dataset is saved to a .px file using Configuration.Save, the path will be written to the .px file. Note that ISO documents are only read by Carmenta Engine when a configuration file is loaded; specifying a new document with this method will not read the file and update other properties of the dataset. Passing an empty string as value will remove the ISO document path for language.
Platforms
Windows, Linux, Android