CascadeSharp.TKGeomAlgo.IntSurf.IntSurf_SequenceOfInteriorPoint.InsertAfter C# (CSharp) Метод

InsertAfter() публичный Метод

public InsertAfter ( int theIndex, IntSurf_InteriorPoint theItem ) : void
theIndex int
theItem IntSurf_InteriorPoint
Результат void
        public void InsertAfter(int theIndex, IntSurf_InteriorPoint theItem)
        {
            throw new NotImplementedException();
        }

Same methods

IntSurf_SequenceOfInteriorPoint::InsertAfter ( int theIndex, IntSurf_SequenceOfInteriorPoint theSeq ) : void