View.SetLocalizedIsoMetadataDocument Method
Sets the path to an ISO 19139 metadata document for the view, for a specific language.
SetLocalizedIsoMetadataDocument(System.String language, System.String value)
Sets the path to an ISO 19139 metadata document for the view, 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 View instance. If the view 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 view. Passing an empty string as value will remove the path to the ISO document for language.
Platforms
Windows, Linux, Android