Author | IMSI/SoftDev | [Prev] [Next] by Author |
Category | Graphic - Information | [Prev] [Next] by Category |
Keywords: | ||
Type (Source?) | Macro (VBA) | |
Licence | Example | |
Status | To be reviewed |
Description
This example shows how to access TurboCAD's brush and lines styles. Output is to the VBA immediate window.
This macro uses the following objects: Application, BrushStyle, Drawing, Graphic, and Graphics, LineStyle, NamedColor and Property.
Build Instructions
Download and unzip the archive.
Download and unzip the archive. Add a new project named "Styles" to any TurboCAD drawing, and attach the Styles.tcm file.
There are three macros: ShowBrushStyles, ShowLineStyles, and ShowSelStyles.
Doesn't work for me