CascadeSharp.TKG2d.TColGeom2d.TColGeom2d_SequenceOfBoundedCurve.Split C# (CSharp) Method

Split() public method

public Split ( int theIndex, TColGeom2d_SequenceOfBoundedCurve theSeq ) : void
theIndex int
theSeq TColGeom2d_SequenceOfBoundedCurve
return void
        public void Split(int theIndex, TColGeom2d_SequenceOfBoundedCurve theSeq)
        {
            throw new NotImplementedException();
        }