 | diaToolKitdiaToolKitOperationEnum Enumeration |
imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Enumeration of operations
Namespace:
imbSCI.Graph.DiagramLibraries.DiaShape
Assembly:
imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
Members|
| Member name | Value | Description |
|---|
| none | 0 | |
| exportSVG | 1 |
Exports SVG file for each shape
|
| exportIcon | 2 |
The export icon file for each shape
|
| exportSheetFile | 4 |
The export sheet file: creates sheet file with all shapes from input folder
|
| sheetNameFromFolder | 8 |
The sheet name from folder: sheet file takes name of source directory
|
| copyShapes | 16 |
The copy shapes: it will copy each shape into destination directory
|
| exportBigIcon | 32 |
The export big icon: it will also create big icon for each shape
|
| generateOverviewSVG | 64 | |
| generateOverviewPNG | 128 | |
See Also