CascadeSharp.TKGeomAlgo.IntSurf.IntSurf_SequenceOfInteriorPoint.Remove C# (CSharp) 메소드

Remove() 공개 메소드

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

Same methods

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