IManagedConstraintsDelete 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: 23.0
Syntax Sub Delete (
constraintName As String
)
void Delete(
string constraintName
)
Parameters
- constraintName
- Type: SystemString
The constraint name.
See Also