Click or drag to resize

IManagedPatternsDelete Method

Deletes an occurrence pattern from an assembly.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
Sub Delete ( 
	patternName As String
)

Parameters

patternName
Type: SystemString
The pattern name.
Remarks
There is no error if the pattern is not found.
See Also