Share

IManagedConstraints.Delete Method

Deletes an assembly constraint. There is no error if the constraint does not exist (maybe because it was already deleted).

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

Syntax

VB

Sub Delete ( 
	constraintName As String
)

C#

void Delete(
	string constraintName
)

Parameters

constraintName
Type: System.String
The constraint name.

See Also

Reference

Was this information helpful?