Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Rendering)

Attach(AnnContainer,Element) Method

Show in webframe
The annotation container that contains the objects to draw.
The parent HTML element to render the annotations to.
Attaches this renderng engine to a container and a parent HTML element.
Syntax
 function Leadtools.Annotations.Rendering.AnnSvgRenderingEngine.attach(AnnContainer,Element)( 
   container ,
   element 
)

Parameters

ParameterTypeDescription
containerAnnContainerThe annotation container that contains the objects to draw.
elementElementThe parent HTML element to render the annotations to.
Remarks

After this method is called, the Render method will render all the objects in container into the element by creating (or updating) an SVG element and its children using the AnnContainerMapper set in AnnContainer.Mappper.

When rendering is done, you can call Detach to remove the coupling between the engine and container/context.

See Also

Reference

AnnSvgRenderingEngine Object
AnnSvgRenderingEngine Members
Overload List

Error processing SSI file