Gets or sets whether the head and nut of the bolt are the same diameter.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property SameHeadAndNutDiameter As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICWBoltConnector
Dim value As Boolean
instance.SameHeadAndNutDiameter = value
value = instance.SameHeadAndNutDiameter
|
C# | |
---|
bool SameHeadAndNutDiameter {get; set;} |
C++/CLI | |
---|
property bool SameHeadAndNutDiameter {
bool get();
void set (bool value);
} |
Return Value
True if head and nut of bolt are same diameter, false if head and nut of bolt are different diameters
See Also
Availability
SolidWorks Simulation API 2009 SP0