Gets or sets the strength of the bolt.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property PinBoltStrengthUnit As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWBoltConnector
Dim value As Integer
instance.PinBoltStrengthUnit = value
value = instance.PinBoltStrengthUnit
|
C# | |
---|
int PinBoltStrengthUnit {get; set;} |
C++/CLI | |
---|
property int PinBoltStrengthUnit {
int get();
void set (int value);
} |
Return Value
Strength of bolt
See Also
Availability
SolidWorks Simulation API 2009 SP0