For the complete documentation index, see llms.txt. This page is also available as Markdown.

TopParent

Introduction

Returns the top parent of the calling PositionedObject's attachment hierarchy. If the object does not have a parent, then the property returns itself.

Usage

The following code returns the top parent of the calling object's attachment hierarchy:

PositionedObject topParent = callingObject.TopParent;

Last updated

Was this helpful?