Checks the status of the component.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IsComponentFailed( _
ByVal SName As String _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWMesh
Dim SName As String
Dim value As Integer
value = instance.IsComponentFailed(SName)
|
C# | |
---|
int IsComponentFailed(
string SName
) |
C++/CLI | |
---|
int IsComponentFailed(
& String^ SName
) |
Parameters
- SName
- Name of component
Return Value
1 if failed, 0 if not
See Also
Availability
SolidWorks Simulation API 2008 SP1.0