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

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

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

Same methods

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