The element defines Load command that loads a specified file.
Syntax:
<load file=""/>
Attributes of <load />
Attribute |
Description |
---|---|
File |
Specifies a path of the file to be loaded. |
Example:
<?xml version="1.0" encoding="UTF-8"?>
<cadsofttools version="2.0">
<!-- Load file -->
<load file="d:\example.dwg"/>
</cadsofttools>
Go to ABViewer