HemFeatures.Add Method
Parent Object: HemFeaturesDescription
Method that creates a new hem feature. The newly created HemFeature object is returned.
Syntax
HemFeatures.Add( HemDefinition As HemDefinition ) As HemFeatureParameters
Name | Type | Description |
HemDefinition | HemDefinition | Input HemDefinition object that defines the hem feature you want to create. A HemDefinition object can be created using the HemFeatures.CreateHemDefinition method. It can also be obtained from an existing HemFeature object. |