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

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

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

Same methods

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