Gets the number of elements in the mesh.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property ElementCount As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWMesh
Dim value As System.Integer
value = instance.ElementCount |
C# | |
---|
System.int ElementCount {get;} |
C++/CLI | |
---|
property System.int ElementCount {
System.int get();
} |
Property Value
Number of elements in the mesh
See Also
Availability
SOLIDWORKS Simulation API 2008 SP1.0