Gets the number of mesh controls defined in the active study.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property MeshControlCount As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWMesh
Dim value As Integer
value = instance.MeshControlCount
|
C# | |
---|
int MeshControlCount {get;} |
C++/CLI | |
---|
property int MeshControlCount {
int get();
} |
Return Value
Number of mesh controls in the active study
Example
See Also
Availability
SolidWorks Simulation API 2008 SP1.0