Gets the path items.
Namespace: Autodesk.iLogic.Types
Assembly: Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 29.0
Syntax
VB
Public ReadOnly Property Path As IEnumerable(Of String) Get
C#
public IEnumerable<string> Path { get; }