ManagedPatternElement Property |
Gets an element in the pattern.
Namespace:
Autodesk.iLogic.Types
Assembly:
Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 23.0
Syntax Public ReadOnly Default Property Element (
index As Object
) As OccurrencePatternElement
Get
public OccurrencePatternElement this[
Object index
] { get; }
Parameters
- index
- Type: SystemObject
The index or name of the element.
Property Value
Type:
OccurrencePatternElementSee Also