Gets the node data associated with an entity.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetNodeDataFromEntity( _
ByVal DispEntity As System.Object, _
ByRef NCount As System.Integer _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As ICWMesh
Dim DispEntity As System.Object
Dim NCount As System.Integer
Dim value As System.Object
value = instance.GetNodeDataFromEntity(DispEntity, NCount) |
C# | |
---|
System.object GetNodeDataFromEntity(
System.object DispEntity,
out System.int NCount
) |
C++/CLI | |
---|
System.Object^ GetNodeDataFromEntity(
& System.Object^ DispEntity,
& [Out] System.int NCount
) |
Parameters
- DispEntity
- Entity
- NCount
- Number of nodes
Return Value
Array of nodal data (see
Remarks)
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2008 SP1.0