SoVRMLScriptmustEvaluate Property |
If false, delay sending input events to the script until needed.
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFBool mustEvaluate { get; }
Public ReadOnly Property mustEvaluate As SoSFBool
Get
public:
property SoSFBool^ mustEvaluate {
SoSFBool^ get ();
}
member mustEvaluate : SoSFBool with get
Property Value
Type:
SoSFBool
RemarksIf true, send as soon as possible. Default is false.
See Also