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