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