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

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

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

Same methods

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