dotnetCHARTING Send comments on this topic.
Element Constructor(String)
See Also 
dotnetCHARTING Namespace > Element Class > Element Constructor : Element Constructor(String)


name
Name of this element.
Initializes a new instance of the Element class with the specified name.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal name As String _
)
Visual Basic (Usage)Copy Code
Dim name As String
 
Dim instance As Element(name)
C# 
public Element( 
   string name
)

Parameters

name
Name of this element.

See Also

© 2010 All Rights Reserved.