'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("The scale of the surface.")> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property SurfaceScale As System.Single
'Usage
Dim instance As NLightingImageFilter Dim value As System.Single instance.SurfaceScale = value value = instance.SurfaceScale
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("The scale of the surface.")] [System.Xml.Serialization.XmlAttribute()] public System.float SurfaceScale {get; set;}