Gets the components of mass in this remote load.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetMassValues( _
ByRef BInclude As System.Integer _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As ICWRemoteLoad
Dim BInclude As System.Integer
Dim value As System.Object
value = instance.GetMassValues(BInclude) |
C# | |
---|
System.object GetMassValues(
out System.int BInclude
) |
C++/CLI | |
---|
System.Object^ GetMassValues(
& [Out] System.int BInclude
) |
Parameters
- BInclude
- 1 to include mass in the remote load, 0 to not
Return Value
Array of remote mass component values; valid only if BInclude = 1 (see
Remarks)
Remarks
See Also
Availability
SolidWorks Simulation API 2012 SP0