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