Solid Edge Framework Type Library
WriteMaterialDataToXML Method
Path of XML file as string.
Description
Writes material table data to XML file.
Syntax
Visual Basic
Public Sub WriteMaterialDataToXML( _
   ByVal bstrXMLFile As String _
) 
Parameters
bstrXMLFile
Path of XML file as string.
Remarks
This is a defunct API. From ST7 onwards, this API will will work only when there is single library. Hence it's recommended to use "WriteMatLibFromXML" API which can be used on a specific library when you have multiple libraries.
See Also

MatTable Object  | MatTable Members  | Solid Edge V17 - What's New