Solid Edge Framework Type Library
DeleteMaterial Method
Material name as string.
Description
Deletes material from library.
Syntax
Visual Basic
Public Sub DeleteMaterial( _
   ByVal bstrMatName As String _
) 
Parameters
bstrMatName
Material name 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 "DeleteMaterialFromLibrary" 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