CascadeSharp.TKGeomAlgo.IntSurf.IntSurf_SequenceOfInteriorPoint.InsertBefore C# (CSharp) Méthode

InsertBefore() public méthode

public InsertBefore ( int theIndex, IntSurf_InteriorPoint theItem ) : void
theIndex int
theItem IntSurf_InteriorPoint
Résultat void
        public void InsertBefore(int theIndex, IntSurf_InteriorPoint theItem)
        {
            throw new NotImplementedException();
        }

Same methods

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