| http://www.w3.org/ns/prov#value | - What kind of changed do you want to make ?On of the simplest change to a block is appending an entity to the ModelSpace Block, like so:Code: [Select] [CommandMethod(drawline)] static public void drawline() { Database db = HostApplicationServices.WorkingDatabase; using (Transaction tr = db.TransactionManager.StartTransaction()) BlockTable bt = (BlockTable)tr.GetObject(db.BlockTableId, OpenMode.Fo
|