Object: Picture
- Updated2024-09-12
- 2 minute(s) read
(Area | Areas | BirdsEyeView | Bode | Cascade | ChannelTable | Contour | CurveChart2D | Dialog | DisplayObj | Map | Orbit | Picture | Polar | ShaftCenterline | Sheet | TextBox | Video) > Area > Object: Picture
Object: Picture
The Picture object provides access to a graphic in DIAdem VIEW. You use the Picture object to specify the properties of the graphics file to be displayed.
The following example displays a graphic:
| VBScript | Python |
Dim oMySheet, oMyPicture Call View.Sheets.RemoveAll() Call View.NewLayout() Set oMySheet = View.ActiveSheet oMySheet.ActiveArea.DisplayObjType = "Picture" Set oMyPicture = oMySheet.ActiveArea.DisplayObj oMyPicture.FileName = ProgramDrv & "Examples/Documents/Course.png" oMyPicture.KeepRatio = True
Properties
Area | FileName | KeepRatio | ToolbarVisible | XBegin | XEnd | YBegin | YEnd | ZoomCursor
Methods
See Also
Procedures
Configuring a Map Display | Configuring a Text Box Display | Deleting Curve Sections and Interpolating over Specified Points | Displaying 2D Axis Systems with Several Y-Axes | Displaying Images in DIAdem VIEW | Displaying Properties in the Legend of a Curve | Displaying the Curve Coordinates | Displaying Videos and Data Synchronously | Finding Values in Channel Tables | Interpolating Curve Points | Setting the Leading Curve | Transferring VIEW Layouts to DIAdem REPORT | Viewing Data as Curves | Zooming and Scrolling Curve Areas
Examples
Analyzing and Displaying Channels Section by Section | Automatic Display of Harmonic Frequencies | Background Segments in DIAdem VIEW | Calculating a Tangent to a Curve | Creating and Viewing Long Data Channels | Dynamic Display of Statistical Characteristic Values in DIAdem VIEW | Overlaying Objects in Videos | User Dialog Box in VIEW for the Calculation of the FFT and Harmonic Frequencies | Vibration Data Analysis with Parallel Processing | Viewing and Automatically Analyzing Data