Parameter Properties
Represents a parameter that is used when defining shape templates to enable shape transformations.| Name | Description |
|---|---|
| DefaultValue | Specifies the initial value of the parameter. |
| Max | Specifies the maximum parameter value that can be set by the end-user. |
| Min | Specifies the minimum parameter value that can be set by the end-user. |
| Point | Specifies the coordinates of the parameter’s handle using the CreatePoint method. |
| Value | Specifies the current value of the parameter. |
See Also