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