CascadeSharp.TKG2d.TColGeom2d.TColGeom2d_Array1OfBezierCurve.ChangeValue C# (CSharp) Method

ChangeValue() public method

public ChangeValue ( int theIndex ) : Geom2d_BezierCurve
theIndex int
return Geom2d_BezierCurve
        public Geom2d_BezierCurve ChangeValue(int theIndex)
        {
            throw new NotImplementedException();
        }