PointVisualizerCollection.PointVisualizerCollection Constructors
Initializes a new instance of the PointVisualizerCollection class.
Overload List
| Name | Description | |
|---|---|---|
| Public method | PointVisualizerCollection() | Initializes a new empty instance of the PointVisualizerCollection class. | 
| Public method | PointVisualizerCollection(IEnumerable< PointVisualizer > items) | Initializes a new instance of the PointVisualizerCollection class with the specified elements. | 
PointVisualizerCollection()
Initializes a new empty instance of the PointVisualizerCollection class.Syntax
public PointVisualizerCollection ()PointVisualizerCollection(IEnumerable< PointVisualizer > items)
Initializes a new instance of the PointVisualizerCollection class with the specified elements.Syntax
public PointVisualizerCollection (
	IEnumerable< PointVisualizer > items
)Parameters
items
    Type: A collection of PointVisualizer elements.
A collection of items to add to the new collection.
A collection of items to add to the new collection.
Platforms
Windows, Linux, Android