Specifies the types of objects in the current worksheet in DIAdem REPORT.
| Definition | ReportObjType(i), Enumeration variable i = 1 ... ObjectNoMax | ||||||||||||||||||||||||||||
Enumeration variable with the following selection terms
|
| Note The ReportObjType variable replaces the variables ObjType, GraphObjType and PicObjType. |
| Note You cannot generate the UserObject object type with the GraphObjNew command. |
|
| Note Always set object parameters in DIAdem REPORT in the following order: open the object, modify the contents of the object, open a subobject, modify the contents of the subobject, then close the subobject and close the object. Refer to Accessing Objects in DIAdem REPORT for more information. |
The following example displays a message box with the index, the name, and the type of the foreground object in the current worksheet in DIAdem REPORT.
StrSheet = ReportObj(ReportObjLast) StrType = ReportObjType(ReportObjLast) Call MsgBoxDisp("Report object no." & ReportObjLast & "— Name: " & StrSheet & "; Type: " & StrType)
Variables of a 2D Curve Object
Variable of a Polar Axis System
Variables of a Polar Curve Object
Variables of a 3D Curve Object