'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets the torsion coefficient, which affects the power with which the field rotates the edges.")> <System.ComponentModel.DefaultValueAttribute(1)> Public Property TorsionCoefficient As System.Single
'Usage
Dim instance As NMagneticFieldForce Dim value As System.Single instance.TorsionCoefficient = value value = instance.TorsionCoefficient
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets the torsion coefficient, which affects the power with which the field rotates the edges.")] [System.ComponentModel.DefaultValue(1)] public System.float TorsionCoefficient {get; set;}