xn.Query.SetExistingNodeOnly C# (CSharp) Method

SetExistingNodeOnly() public method

public SetExistingNodeOnly ( bool existing ) : void
existing bool
return void
        public void SetExistingNodeOnly(bool existing)
        {
            UInt32 status = OpenNIImporter.xnNodeQuerySetExistingNodeOnly(this.InternalObject, existing);
            WrapperUtils.CheckStatus(status);
        }