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


elementCollection
ElementCollection to add.
Adds a specified ElementCollection to this collection.

Syntax

Visual Basic (Declaration) 
Public Overloads Function Add( _
   ByVal elementCollection As ElementCollection _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As ElementCollection
Dim elementCollection As ElementCollection
Dim value As Integer
 
value = instance.Add(elementCollection)
C# 
public int Add( 
   ElementCollection elementCollection
)

Parameters

elementCollection
ElementCollection to add.

See Also

© 2010 All Rights Reserved.