Gets an occurrence pattern with the given name.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 25.0
Syntax
VB
ReadOnly Default Property Item (
patternName As String
) As ManagedPattern
Get
C#
ManagedPattern this[
string patternName
] { get; }
Parameters
- patternName
- Type: System.String
The pattern name.
Return Value
Type:
ManagedPattern
See Also
Reference