WriteINIProperties

Description: Writes properties to the local layer's various settings files in one operation.
Returns: Nothing
Usage: Script Only.
Function Groups: Configuration Management
Related to: WritePropertiesFile |
Format: Layer\WriteINIProperties(INIProperties[, ExternalLock])
Parameters:  
INIProperties
Required. A dictionary containing the properties and values to be written. This dictionary must have the same structure as that returned by ReadINIProperties.
ExternalLock
Optional Boolean. Set to TRUE if you do not want to acquire and release the lock. Defaults to FALSE.
Comments: This function is the opposite of ReadINIProperties.
In nearly all cases, it is recommended that WritePropertiesFile be used in place of this function.

Examples:

none