2013
Table Of Contents
- Contents
- Basic Customization
- Custom Linetypes
- Custom Hatch Patterns
- User Interface Customization
- DIESEL
- Command Scripts
- Introduction to Programming Interfaces
- Shapes and Shape Fonts
- Overview of Shape Files
- Create Shape Definition Files
- Shape Descriptions
- Vector Length and Direction Code
- Special Codes
- Use Special Codes
- Codes 0, 1, and 2: End of Shape and Draw Mode Control
- Codes 3 and 4: Size Control
- Codes 5 and 6: Location Save/Restore
- Code 7: Subshape
- Codes 8 and 9: X-Y Displacements
- Code 00A: Octant Arc
- Code 00B: Fractional Arc
- Codes 00C and 00D: Bulge-Specified Arcs
- Code 00E: Flag Vertical Text Command
- Text Font Descriptions
- Sample Files
- Big Font Descriptions
- Unicode Font Descriptions
- Superscripts and Subscripts in SHX Files
- Index
RuntimeRequirements Element
The RuntimeRequirements element is recommended and is used to control
which operating systems, platforms, releases, and languages the components
can be used with.
It is also used to define AutoCAD support paths that are required for
components in that Components section. You can specify as may sets of
components as needed. If not included, it is assumed that all components are
compatible with all AutoCAD and AutoCAD-based products, releases, and
operating systems.
NOTE Although this element is optional, it is possible that the plug-in might be
installed on Mac OS X or another system that the plug-in was not originally tested
on. Therefore, it is recommended that the element is used to control when the
plug-in can be loaded.
A RuntimeRequirements element can have any of the following attributes
attached to it:
DescriptionAttribute
Target operating system.OS
Supported values are ‘Mac’, ‘Win32’, or ‘Win64’. If
omitted, it is assumed the plug-in supports all operating
systems. Multiple operating systems can be specified by
separating the values with the '|' symbol. (e.g.
OS="Win32|Win64")
NOTE AutoLISP applications can be used across multiple
operating systems.
Target AutoCAD or AutoCAD-based products.Platform
Should be used when using APIs specific to one of the
AutoCAD-based products that might not available in
AutoCAD or other AutoCAD-based products. Multiple
AutoCAD platforms can be specified by separating the
values with the '|' symbol.
Valid values are:
ACADE - AutoCAD Electrical
ACADM - AutoCAD Mechanical
ACLT - AutoCAD LT
Install and Uninstall Plug-In Applications | 97