Gets the elements of the specified type.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetElementList( _
ByVal NElementType As System.Integer, _
ByRef VarElementIDs As System.Object _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWMesh
Dim NElementType As System.Integer
Dim VarElementIDs As System.Object
Dim value As System.Integer
value = instance.GetElementList(NElementType, VarElementIDs) |
Parameters
- NElementType
- Type of elements in VarElementIDs as defined in swsSimulationElementTypes_e
- VarElementIDs
- Array of IDs of elements of type NElementType
Return Value
Number of elements in VarElementIDs
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2016 SP05