public abstract void SetValue ( string value )
Vrml.EAI.Node anchor = ...; Vrml.EAI.Field.EventInSFString set_description = (Vrml.EAI.Field.EventInSFString)anchor.GetEventIn("set_description"); set_description.SetValue("Hello World!");