![]() | DIAdem 2017 Help |
![]() | DIAdem 2018 Help |
![]() | DIAdem 2019 Help |
![]() | DIAdem 2020 Help |
![]() | DIAdem 2020 SP1 Help |
Specifies the object type in DIAdem REPORT.
Object.ObjectType
Object | PolarSystem Object with this property | ||||||||||||||||||||||||||||||||||||||||||
Object.ObjectType | Specifies the object type. Enumeration with read access and the following selection terms:
|
The following example generates a polar axis system in the current worksheet and then outputs the object type:
Dim oMyPolarSystem Call Report.NewLayout() Set oMyPolarSystem = Report.ActiveSheet.Objects.Add(eReportObjectPolarSystem,"MyPolarSystem") Call MsgBoxDisp(oMyPolarSystem.ObjectType)
Helpful
Not Helpful