IManagedPatterns.Delete Method

Deletes an occurrence pattern from an assembly.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 25.0

Syntax

VB

Sub Delete ( 
	patternName As String
)

C#

void Delete(
	string patternName
)

Parameters

patternName
Type: System.String
The pattern name.

Remarks

There is no error if the pattern is not found.

See Also

Reference

IManagedPatterns Interface
Autodesk.iLogic.Interfaces Namespace