Gets the number of entities in this load or restraint.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property EntityCount As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWLoadsAndRestraints
Dim value As System.Integer
value = instance.EntityCount |
C# | |
---|
System.int EntityCount {get;} |
C++/CLI | |
---|
property System.int EntityCount {
System.int get();
} |
Property Value
Number of entities in this load or restraint; does not include reference geometry
Remarks
See Also
Availability
SolidWorks Simulation API 2008 SP1.0