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

Pidl.Path Property

Gets file system path of the Pidl object (if available).

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

Syntax

Visual Basic
Public ReadOnly Property Path As String
C#
public string Path { get; }

Property Value

A string containing the file system path of the Pidl object. If the file path is not available, empty string is returned.

See Also

Reference