Sets the material library and material name for the beam.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As ICWBeamBody
Dim SLibWithPathName As String
Dim SMaterialName As String
Dim value As Integer
value = instance.SetLibraryMaterial(SLibWithPathName, SMaterialName)
|
Parameters
- SLibWithPathName
- Path to the material library
- SMaterialName
- Material name in the library
Return Value
1 if material library and library name are set, 0 if not
Example
See Also
Availability
SolidWorks Simulation API 2010 SP0