CascadeSharp.TKG2d.TColGeom2d.TColGeom2d_SequenceOfBoundedCurve.InsertAfter C# (CSharp) 메소드

InsertAfter() 공개 메소드

public InsertAfter ( int theIndex, Geom2d_BoundedCurve theItem ) : void
theIndex int
theItem Geom2d_BoundedCurve
리턴 void
        public void InsertAfter(int theIndex, Geom2d_BoundedCurve theItem)
        {
            throw new NotImplementedException();
        }

Same methods

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