'Declaration
<System.ComponentModel.CategoryAttribute("Merge")> <System.ComponentModel.DescriptionAttribute("Controls the oriented distance from the line formed by the point neighbours, below which the point is considered colinear and must be merged (removed)")> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property MergePointDistance As System.Single
'Usage
Dim instance As NDrawingSettings Dim value As System.Single instance.MergePointDistance = value value = instance.MergePointDistance
[System.ComponentModel.Category("Merge")] [System.ComponentModel.Description("Controls the oriented distance from the line formed by the point neighbours, below which the point is considered colinear and must be merged (removed)")] [System.Xml.Serialization.XmlAttribute()] public System.float MergePointDistance {get; set;}