Class GNode
Denotes a node
public class GNode : GElement
- Inheritance
-
GNode
- Inherited Members
Constructors
GNode()
Creates a new element
public GNode()
GNode(string)
Creates a new element
public GNode(string id)
Parameters
id
stringThe id of the new element
Remarks
If the id is null, a new id is generated