'Declaration
<System.ComponentModel.CategoryAttribute("Direction")> <System.ComponentModel.DescriptionAttribute("Gets/sets the custom direction angle (in degrees). Only applicable if direction angle mode is set to Custom.")> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property CustomDirectionAngle As System.Single
'Usage
Dim instance As NPort Dim value As System.Single instance.CustomDirectionAngle = value value = instance.CustomDirectionAngle
[System.ComponentModel.Category("Direction")] [System.ComponentModel.Description("Gets/sets the custom direction angle (in degrees). Only applicable if direction angle mode is set to Custom.")] [System.Xml.Serialization.XmlAttribute()] public System.float CustomDirectionAngle {get; set;}