Loads the configuration stored in the given file. | |
Syntax: | object.Load FileName |
Parameters: |
FileName As
String -
|
Description: | Loads the configuration stored in the given file.
The contents of the object are emptied before loading occurs. The
FileName property is set
to the name of the file. This method does not support CIMPLICITY PE
logicals so they must be translated before calling this method. Example: Sub Load_Example() Dim oLangMap As
CIMLangMapper.CIMLangMap Set oLangMap =
CreateObject("CIMLangMapper.CIMLangMap") oLangMap.Load
"c:\trans.clm" End Sub |
See Also: | FileName |