Skip to main content
A newer version of this page is available. .

Parameter Properties

Represents a parameter that is used when defining shape templates to enable shape transformations.
Name Description
___Max For internal use.
___Min For internal use.
___Point For internal use.
__Value For internal use.
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