C# | ||
---|---|---|
|
C# |
---|
Vrml.EAI.Node viewpoint = ...; Vrml.EAI.Field.EventOutSFBool isBound = (Vrml.EAI.Field.EventOutSFBool)viewpoint.GetEventOut("isBound"); if (isBound.GetValue() == true) System.Console.WriteLine("Viewpoint is bound"); else System.Console.WriteLine("Viewpoint is not bound"); |