CascadeSharp.TKMath.TColgp.TColgp_SequenceOfXYZ.Split C# (CSharp) Method

Split() public method

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