'Declaration
<System.ComponentModel.CategoryAttribute("Bounds")> <System.ComponentModel.DescriptionAttribute("Gets/sets the node height (in scene coordinates)")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Overridable Property Height As System.Single
'Usage
Dim instance As NViewportBand Dim value As System.Single instance.Height = value value = instance.Height
[System.ComponentModel.Category("Bounds")] [System.ComponentModel.Description("Gets/sets the node height (in scene coordinates)")] [System.Xml.Serialization.XmlIgnore()] public virtual System.float Height {get; set;}