'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Represents the collection of light sources that are applied to the scene.")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Property LightSources As NLightSourceCollection
'Usage
Dim instance As NLightModel Dim value As NLightSourceCollection instance.LightSources = value value = instance.LightSources
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Represents the collection of light sources that are applied to the scene.")] [System.Xml.Serialization.XmlIgnore()] public NLightSourceCollection LightSources {get; set;}