'Declaration
<System.ComponentModel.CategoryAttribute("Rotation snapping")> <System.ComponentModel.DescriptionAttribute("Controls the deviation, under which the snapping of the rotation angles occurs. Measured in degrees.")> <System.ComponentModel.DefaultValueAttribute(5)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property RotationDeviation As System.Single
'Usage
Dim instance As NSnapManager Dim value As System.Single instance.RotationDeviation = value value = instance.RotationDeviation
[System.ComponentModel.Category("Rotation snapping")] [System.ComponentModel.Description("Controls the deviation, under which the snapping of the rotation angles occurs. Measured in degrees.")] [System.ComponentModel.DefaultValue(5)] [System.Xml.Serialization.XmlAttribute()] public System.float RotationDeviation {get; set;}