Returns the object immediately above the selected object in the object model hierarchy. For example, the Parent of an Arc object is Entities.
Syntax
objectVariable = object.Parent
Where:
objectVariable is a variable representing the Parent object.
object is any valid object.
Examples ...