dotnetCHARTING Send comments on this topic.
Add(HotspotCollection) Method
See Also 
dotnetCHARTING Namespace > HotspotCollection Class > Add Method : Add(HotspotCollection) Method


hotspotCollection
The HotspotCollection to add.
Adds a specified HotspotCollection to this collection.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Add( _
   ByVal hotspotCollection As HotspotCollection _
) 
Visual Basic (Usage)Copy Code
Dim instance As HotspotCollection
Dim hotspotCollection As HotspotCollection
 
instance.Add(hotspotCollection)
C# 
public void Add( 
   HotspotCollection hotspotCollection
)

Parameters

hotspotCollection
The HotspotCollection to add.

See Also

© 2010 All Rights Reserved.