Gets or sets the pin strength.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property PinStrengthValue As Double |
Visual Basic (Usage) | |
---|
Dim instance As ICWPinConnector
Dim value As Double
instance.PinStrengthValue = value
value = instance.PinStrengthValue
|
C# | |
---|
double PinStrengthValue {get; set;} |
C++/CLI | |
---|
property double PinStrengthValue {
double get();
void set (double value);
} |
Return Value
Pin strength
See Also
Availability
SolidWorks Simulation API 2009 SP0