Documentation Project
Node Constructor ()
Syntax
Remarks
Collapse All
Default constructor.
Declaring type:
Node
Namespace:
Vrml.EAI
Assembly:
VrmlEAI.NET
Syntax
C#
protected Node ()
Top
Remarks
Node is an abstract class, for this reason there are no public constructors, i.e. you cannot create instances of this class. Use
Browser.CreateVrmlFromString
or
Browser.GetNode
to get instances of the Node class, or get nodes from
EventOutSFNode
or
EventOutMFNode
slots.
Top
Generated by
ImmDoc .NET
.