Checks the status of the mesh.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property IsMeshFailed As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWMesh
Dim value As System.Integer
value = instance.IsMeshFailed |
C# | |
---|
System.int IsMeshFailed {get;} |
C++/CLI | |
---|
property System.int IsMeshFailed {
System.int get();
} |
Property Value
1 if mesh failed, 0 if not
See Also
Availability
SOLIDWORKS Simulation API 2008 SP1.0