Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LightCollection Class / Add Method
Light to add.


Add Method (LightCollection)
Adds a light to the collection.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal item As Light _
) 
 
'Usage
 
Dim instance As LightCollection
Dim item As Light
 
instance.Add(item)

Parameters

item
Light to add.
Exceptions
ExceptionDescription
item is a null reference (Nothing in VB).
See Also