Pinned Loading
-
AutoCad.NET Layout
AutoCad.NET Layout 1using (Transaction tr = db.TransactionManager.StartTransaction())
2{
3LayerTable lt = (LayerTable)db.LayerTableId.GetObject(OpenMode.ForRead);
4BlockTable bt = (BlockTable)tr.GetObject(db.BlockTableId, OpenMode.ForRead);
5BlockTableRecord ms = (BlockTableRecord)tr.GetObject(bt[BlockTableRecord.ModelSpace], OpenMode.ForWrite);
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.