CascadeSharp.TKG2d.TColGeom2d.TColGeom2d_SequenceOfBoundedCurve.InsertAfter C# (CSharp) Method

InsertAfter() public method

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

Same methods

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