removeElementById Method

Summary

Helper method to remove an object from the SVG tree using an ID.

Syntax

JavaScript Syntax
AnnSvgObjectRenderer.prototype.removeElementById = function(id) 
TypeScript Syntax
removeElementById(id: string): void; 

Parameters

id

ID of the object to remove.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.JavaScript Assembly