HemDefinition.SetTeardropHemType Method
Parent Object: HemDefinitionDescription
Method that changes the HemDefinition object to define a hem whose shape has a teardrop bend.
Syntax
HemDefinition.SetTeardropHemType( Radius As Variant, Angle As Variant )Parameters
Name | Type | Description |
Radius | Variant | Input Variant that defines the radius of the hem. This can be either a numeric value or a string. A parameter for this value will be created and the supplied string or value is assigned to the parameter. If a value is input, the units are centimeters. If a string is input, the units can be specified as part of the string or it will default to the current length units of the document. |
Angle | Variant | Input Variant that defines the angle of the hem. This can be either a numeric value or a string. A parameter for this value will be created and the supplied string or value is assigned to the parameter. If a value is input, the units are radians. If a string is input, the units can be specified as part of the string or it will default to the current angle units of the document. |