| KM_InterpreterInitializeOnExecute Property |
Specifies whether or not the Interpreter should be intialized before execution
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public bool InitializeOnExecute { get; set; }
Public Property InitializeOnExecute As Boolean
Get
Set
public:
property bool InitializeOnExecute {
bool get ();
void set (bool value);
}
Return Value
Booleantrue if the Interpreter should be initialized
See Also