'Declaration
<System.ComponentModel.CategoryAttribute("Position")> <System.ComponentModel.DescriptionAttribute("Controls the percent position of the port along the length of the model to which it is achored")> <System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.DefaultValueAttribute(50)> Public Property Percent As System.Single
'Usage
Dim instance As NLogicalLinePort Dim value As System.Single instance.Percent = value value = instance.Percent
[System.ComponentModel.Category("Position")] [System.ComponentModel.Description("Controls the percent position of the port along the length of the model to which it is achored")] [System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.DefaultValue(50)] public System.float Percent {get; set;}