Sets the material to apply to the shell for analysis.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetShellMaterial( _
ByVal MaterialDisp As System.Object _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWShell
Dim MaterialDisp As System.Object
Dim value As System.Integer
value = instance.SetShellMaterial(MaterialDisp) |
C# | |
---|
System.int SetShellMaterial(
System.object MaterialDisp
) |
C++/CLI | |
---|
System.int SetShellMaterial(
& System.Object^ MaterialDisp
) |
Parameters
- MaterialDisp
- Material
Return Value
Error or warning as defined in swsMaterialErrorWarning_e
See Also
Availability
SolidWorks Simulation API 2008 SP1.0