Syntax
| C# | ||
|---|---|---|
|
Remarks
Members
Example
| C# |
|---|
Vrml.EAI.Node anchor = ...;
Vrml.EAI.Field.EventInSFString set_description = (Vrml.EAI.Field.EventInSFString)anchor.GetEventIn("set_description");
set_description.SetValue("Hello World!");
|