Syntax
| C# |
|---|
public abstract EventOut GetEventOut (
string name
) |
Remarks
Example
| C# |
|---|
Vrml.EAI.Node touchSensor = browser.GetNode(...);
Vrml.EAI.Field.EventOutSFBool isActive = (Vrml.EAI.Field.EventOutSFBool)touchSensor.GetEventOut("isActive");
|