IManagedPatternsItem Property |
Gets an occurrence pattern with the given name.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax ReadOnly Default Property Item (
patternName As String
) As ManagedPattern
Get
ManagedPattern this[
string patternName
] { get; }
Parameters
- patternName
- Type: SystemString
The pattern name.
Return Value
Type:
ManagedPatternSee Also