Share

ManagedPattern.Element Property

Gets an element in the pattern.

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

Syntax

VB

Public ReadOnly Default Property Element ( 
	index As Object
) As OccurrencePatternElement
	Get

C#

public OccurrencePatternElement this[
	Object index
] { get; }

Parameters

index
Type: System.Object
The index or name of the element.

Property Value

Type: OccurrencePatternElement

See Also

Reference

Was this information helpful?