Gets or sets whether the head and nut of the bolt are the same diameter.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property SameHeadAndNutDiameter As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICWBoltConnector
Dim value As System.Boolean
instance.SameHeadAndNutDiameter = value
value = instance.SameHeadAndNutDiameter |
C# | |
---|
System.bool SameHeadAndNutDiameter {get; set;} |
C++/CLI | |
---|
property System.bool SameHeadAndNutDiameter {
System.bool get();
void set ( & System.bool value);
} |
Property 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