Add Hyperlink to Insert
The following syntax allows the user to add
a hyperlink (URL) for the given Block Reference. All entities in the
Block Reference will be part of the hyperlink (including any text added using
the XML file).
The user can define a second string, the Hyperlink Commnet, that will be
displayed instead of the actual Hyperlink when the drawing is viewed.
XML Syntax
<BlockRef>
<Name>lote</Name>
<Handle>D5</Handle>
<Hyperlink>www.tailormade.com</Hyperlink>
<Comment>Tailor Made
Software</Comment>
</BlockRef>
XML Specifics
Name |
This is the name of the
Block Definition. This is actually optional, but makes the file easier to
read. |
Handle |
This is the AutoCAD
Entity Handle. It defines the specific Block Reference (Insert) being
modified. |
Hyperlink |
The hyperlink for this
Block Reference. The Hyperlink can be Javascript commands, not just
URLs. |
Comment |
The text string to
display instead fo the
Hyperlink. |
Copyright
© 2006 Tailor Made Software, Ltd