Click or drag to resize

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
C#
[FlagsAttribute]
public enum diaToolKitOperationEnum
Request Example View Source
Members
  Member nameValueDescription
none0
exportSVG1 Exports SVG file for each shape
exportIcon2 The export icon file for each shape
exportSheetFile4 The export sheet file: creates sheet file with all shapes from input folder
sheetNameFromFolder8 The sheet name from folder: sheet file takes name of source directory
copyShapes16 The copy shapes: it will copy each shape into destination directory
exportBigIcon32 The export big icon: it will also create big icon for each shape
generateOverviewSVG64
generateOverviewPNG128
See Also