CascadeSharp.TKG2d.TColGeom2d.TColGeom2d_HSequenceOfCurve.InsertBefore C# (CSharp) Метод

InsertBefore() публичный Метод

public InsertBefore ( int theIndex, Geom2d_Curve theItem ) : void
theIndex int
theItem Geom2d_Curve
Результат void
        public void InsertBefore(int theIndex, Geom2d_Curve theItem)
        {
            throw new NotImplementedException();
        }