Description
This property allows you to get and set a spline slope weight at an endpoint. This property takes affect only with IMdSpline::SlopeOptionScnd set to constant.
Syntax
Property get:
Weight = SecondSplineSlopeWeight( );
|
Return: (Double) Weight |
The weight of a spline slope at an endpoint. |
Property set:
SecondSplineSlopeWeight( Weight );
|
Input: (Double) Weight |
The weight of a spline slope at an endpoint. |