| Visual Basic (Declaration) | |
|---|---|
Public Function ReadXMLFile( _ ByVal strFileName As String _ ) As Boolean | |
| C# | |
|---|---|
public bool ReadXMLFile( string strFileName ) | |
Parameters
- strFileName
The full path and file name of the xml file.
Return Value
A boolean indicating a successful read.
The XML files will only store string or numeric property settings. The XML file will not store image or object information.