Gets or sets the diameter of the bolt's head.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property HeadDiameterValue As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ICWBoltConnector
Dim value As System.Double
instance.HeadDiameterValue = value
value = instance.HeadDiameterValue |
C# | |
---|
System.double HeadDiameterValue {get; set;} |
C++/CLI | |
---|
property System.double HeadDiameterValue {
System.double get();
void set ( & System.double value);
} |
Property Value
Diameter
Example
See Also
Availability
SolidWorks Simulation API 2009 SP0