Gets the estimated time to complete the mesh.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property TimeToCompleteMesh As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWMesh
Dim value As System.Integer
value = instance.TimeToCompleteMesh |
C# | |
---|
System.int TimeToCompleteMesh {get;} |
C++/CLI | |
---|
property System.int TimeToCompleteMesh {
System.int get();
} |
Property Value
Estimated time to complete the mesh formatted as hh:mm:ss; e.g., return value 12 equals 12 seconds
Example
See Also
Availability
SOLIDWORKS Simulation API 2008 SP1.0