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

InsertBefore() public method

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

Same methods

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