Click or drag to resize

ExtensionGetMaterialNamesFromDataBase Method

Gets an array of SOLIDWORKS material names from a SOLIDWORKS material database.

Namespace:  CADSharpTools.SOLIDWORKS
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public static string[] GetMaterialNamesFromDataBase(
	string pathName
)

Parameters

pathName
Type: SystemString
Pathname of the SOLIDWORKS material database.

Return Value

Type: String
An array of material names
See Also