| GetDataInterfaceFromXMLFile Method | |
| See Also Example |
- bstrFileName
The path and name of the XML file with which to create the object.
Creates an object from an XML file.
| Visual Basic |
|---|
Public Function GetDataInterfaceFromXMLFile( _
ByVal bstrFileName As String _
) As Object |
- bstrFileName
The path and name of the XML file with which to create the object.
The XML file can be created using an object's ToXMLFile method.
The XML file defines the object and its data.
| Create object from XML file (C#) | Copy Code | |
|---|---|---|
| ||