Returns the parent object or null if the
object has become orphaned. The exception is AgStkObjectRoot object
which is a topmost element and does not have a parent.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Parent() As IAgStkObject
|
| [C#] |
|---|
public IAgStkObject Parent {get;}
|
| [Managed C++] |
|---|
public: __property IAgStkObject^ get_Parent();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Parent(
|
| [Java] |
|---|
public IAgStkObject getParent();
|