Abstract ancestor of all VRML fields.
Namespace: Vrml.EAI.Field
Assembly: VrmlEAI.NET
Collapse/Expand Syntax
C#
public abstract class BaseField  
Collapse/Expand Remarks
This class simply defines the Type property and symbolic constants for all values of that property. This is an abstract class, i.e. you cannot create instances of this class. The only way to retrieve instances of this class are the Node.GetEventIn and Node.GetEventOut methods.
Collapse/Expand Members

Click here to see the list of members.