Constructor SplineInfo
SplineInfo(ISplineContainer, int)
Create a new SplineInfo object.
Declaration
public SplineInfo(ISplineContainer container, int index)
Parameters
| Type | Name | Description |
|---|---|---|
| ISplineContainer | container | The ISplineContainer that contains the spline. |
| int | index | The index of the spline in the enumerable returned by the ISplineContainer. |