ComponentOrPattern.Items Property

Gets the items, if more than one.

Namespace:  Autodesk.iLogic.Types
Assembly:  Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 25.0

Syntax

VB

Public ReadOnly Property Items As IEnumerable(Of ComponentOrPattern)
	Get

C#

public IEnumerable<ComponentOrPattern> Items { get; }

Property Value

Type: IEnumerable(ComponentOrPattern)

See Also

Reference

ComponentOrPattern Class
Autodesk.iLogic.Types Namespace