Gets the number of entities in the shell.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property EntityCount As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWShell
Dim value As Integer
value = instance.EntityCount
|
C# | |
---|
int EntityCount {get;} |
C++/CLI | |
---|
property int EntityCount {
int get();
} |
Return Value
Number of entities in the shell
See Also
Availability
SolidWorks Simulation API 2008 SP1.0