Specifies whether DIAdem displays the comment text in strikethrough in the Coordinate 3D display mode.
| Definition | D3CurveTxtStrOut, Boolean variable |
![]() | Note You must use the following object hierarchy to access the variable:Call GraphObjOpen(3D-AxisName)
Call GraphObjOpen(3D-CurveName)
D3CurveTxtStrOut = Value
Call GraphObjClose(3D-CurveName)
Call GraphObjClose(3D-AxisName)Use the object names to open the subobject and the main object, to access the variable, and to close the subobject and the main object again. If you do not know the object name, use the object type to find the object name. Type of main object: 3D-Axis Type of subobject: 3D-Curve |
![]() | Note Use the ReportObjType variable to obtain the object type. Use the ReportObj variable to obtain the object name. Use the D3CurveObj variable to obtain the name of the subobject. Refer to Accessing Objects in DIAdem REPORT for more information. |