CascadeSharp.TKG3d.Geom.Geom_SequenceOfBSplineSurface.Remove C# (CSharp) Method

Remove() public method

public Remove ( int theIndex ) : void
theIndex int
return void
        public void Remove(int theIndex)
        {
            throw new NotImplementedException();
        }

Same methods

Geom_SequenceOfBSplineSurface::Remove ( int theFromIndex, int theToIndex ) : void