IntelliCAD 11.1 Object Library
Parent Property
See Also 
Application Object : Parent Property

Description

Returns the parent of the object.

Property type

Read-only property

Syntax

Visual Basic
Public Property Parent As Application

Example

For example, the Parent of an Arc object is Entities.

The following example demonstrates how to return the Parent property of the Application object.

Private Sub ParentPropExample()

     Dim myParent As Object

     Set myParent = Application.Parent

     MsgBox ("Application is: " & myParent.Name)

End Sub

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.