IFeatureModel.AddNewFeatureAt method
Namespace: NextDesign.Core
Description
Adds a new feature as a child element of the specified feature. 
argument
| Name | Type | Description | 
|---|---|---|
| name | string | feature name | 
| kind | string | Feature kind See the VariationKind property of IFeature for possible values. | 
| parentFeature | IFeature | Parent Feature |