![]() | DIAdem 2017 Help |
![]() | DIAdem 2018 Help |
![]() | DIAdem 2019 Help |
![]() | DIAdem 2020 Help |
![]() | DIAdem 2020 SP1 Help |
Selects a 3D axis system in DIAdem REPORT.
Object.Select
Object | 3DAxisSystem Object with this method |
The following example generates a 3D axis system in the current worksheet, selects this 3D axis system, and then displays whether the 3D axis system is selected:
Dim oMy3DAxisSystem Call Report.NewLayout() Set oMy3DAxisSystem = Report.ActiveSheet.Objects.Add(eReportObject3DAxisSystem,"My3DAxisSystem") Call oMy3DAxisSystem.Select() Call MsgBoxDisp(oMy3DAxisSystem.IsSelected)
Helpful
Not Helpful