Returns the area in DIAdem VIEW that contains the executing object.
Set oArea = Object.Area
| Object |
CurveChart2D Object with this property |
| oArea | Area Returned object |
The following example displays the type of the object that is in the enabled area:
Dim oMyObj: Set oMyObj = View.ActiveSheet.ActiveArea.DisplayObj Dim oMyArea: Set oMyArea = oMyObj.Area Call MsgBoxDisp(oMyArea.DisplayObjType)