HandInput.Engine.GestureRecognitionEngine.ResetModel C# (CSharp) Method

ResetModel() public method

Synchronized method.
public ResetModel ( String modelFile ) : void
modelFile String
return void
        public void ResetModel(String modelFile)
        {
            lock (this) {
            Dispose();
            this.modelFile = modelFile;
            Init();
              }
        }