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

Value() public method

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