Sets the reduce-mass-by value of this topology study mass constraint.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetValue( _
ByVal DValue As System.Double _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWTopologyMassConstraint
Dim DValue As System.Double
Dim value As System.Integer
value = instance.SetValue(DValue) |
C# | |
---|
System.int SetValue(
System.double DValue
) |
C++/CLI | |
---|
System.int SetValue(
& System.double DValue
) |
Parameters
- DValue
- Reduce-mass-by value of the mass constraint
Return Value
Result code as defined in
swsTopologyStudy_MassConstraintErrors_e
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2019 SP0