This documentation is for the old version. Go to the latest Graphics Mill docs

Pidl.Parent Property

Gets a PIDL of the parent file system object.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
Public ReadOnly Property Parent As Pidl
C#
public Pidl Parent { get; }

Property Value

Pidl object containing a parent of the current PIDL. If current PIDL is a root item, null is returned.

See Also

Reference