IFeatureModel.RemoveFeatureConstraint method
Namespace: NextDesign.Core
Description
Removes a specified type of constraint relationship between specified features.
argument
| Name | Type | Description |
|---|---|---|
| source | IFeature | end point features |
| target | IFeature | Target feature |
| kind | string | Constraint type Refer to the AddConstraint method of IFeature for possible values. |
Return value
- void