dbicMeter Send comments on this topic.
ReadXMLFile Method
See Also 
dbicMeter Assembly > Dbi.WinControl.Meter Namespace > dbiMeter Class : ReadXMLFile Method

strFileName

The full path and file name of the xml file.

Reads the control information from an XML file that has previously been written with WriteXMLFile Method or XMLWrite Property.

Syntax

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.

Remarks

The XML files will only store string or numeric property settings. The XML file will not store image or object information.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also