API_MEDKINECT.Sicks.update_sicks C# (CSharp) Méthode

update_sicks() public méthode

public update_sicks ( ) : Object
Résultat Object
        public Object update_sicks()
        {
            return this.conexion_rest("post", "api/sicks/#/update", this, this.id);
        }