'Declaration
<System.ComponentModel.CategoryAttribute("Controls")> <System.ComponentModel.DescriptionAttribute("Controls the length of the start lead.")> <System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.DefaultValueAttribute(20)> Public Property StartLeadLength As System.Single
'Usage
Dim instance As NErmConnector Dim value As System.Single instance.StartLeadLength = value value = instance.StartLeadLength
[System.ComponentModel.Category("Controls")] [System.ComponentModel.Description("Controls the length of the start lead.")] [System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.DefaultValue(20)] public System.float StartLeadLength {get; set;}