CascadeSharp.TKG3d.TColGeom.TColGeom_SequenceOfCurve.InsertAfter C# (CSharp) Method

InsertAfter() public method

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

Same methods

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