Object: Settings
- Updated2024-09-12
- 1 minute(s) read
DIAdem REPORT > Objects > Report > Object: Settings
Object: Settings
The Settings object provides the general settings in DIAdem REPORT.
The following example enables the curve expansion and the properties list for the curve expansion. Then the example changes the line widths of the expanding curves:
| VBScript | Python |
Dim oMyCurveExpandObj, oMyExpandLine, I Set oMyCurveExpandObj = Report.Settings.CurveExpansion Set oMyExpandLine = oMyCurveExpandObj.AttributeList.LineStyles oMyCurveExpandObj.Enable = True oMyCurveExpandObj.AttributeList.Enable = True For I = 1 To oMyExpandLine.Count oMyExpandLine.Item(I).Line.Width = eLineWidth0070 Next
Properties
ChannelTransformationConfiguration | Curve2DTransformationConfiguration | Curve3DTransformationConfiguration | CurveExpansion | CustomScaling | DefaultFontName | DefaultFontType | Export | GlobalColorPalette1 | GlobalColorPalette2 | GlobalColorPalette3 | ImageExport | MasterLayout | Page | Synchronization | UseAutoScalingNormSeries | UseTransparencyWhilePrinting | UseVirtualPrintMemory