Gets or sets the safety factor.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property SafetyFactor As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ICWPinConnector
Dim value As System.Double
instance.SafetyFactor = value
value = instance.SafetyFactor |
C# | |
---|
System.double SafetyFactor {get; set;} |
C++/CLI | |
---|
property System.double SafetyFactor {
System.double get();
void set ( & System.double value);
} |
Property Value
Safety factor
Example
See Also
Availability
SOLIDWORKS Simulation API 2009 SP0