Solid Edge Framework Type Library
ImportMaterialDataFromFile Method
Path of input file as string.
Name of Material library as string.
Description
Overwrites all the data of input material library with data from XML or EXCEL file.
Syntax
Visual Basic
Public Sub ImportMaterialDataFromFile( _
   ByVal bstrXMLFile As String, _
   ByVal bstrMatLibFile As String _
) 
Parameters
bstrXMLFile
Path of input file as string.
bstrMatLibFile
Name of Material library as string.
See Also

MatTable Object  | MatTable Members