Gets or sets the unit system for the diameter of a spot weld.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property SpotWeldDiameterUnit As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWSpotWeldConnector
Dim value As System.Integer
instance.SpotWeldDiameterUnit = value
value = instance.SpotWeldDiameterUnit |
C# | |
---|
System.int SpotWeldDiameterUnit {get; set;} |
C++/CLI | |
---|
property System.int SpotWeldDiameterUnit {
System.int get();
void set ( & System.int value);
} |
Property Value
Linear unit as defined in swsLinearUnit_e
See Also
Availability
SolidWorks Simulation API 2009 SP0