MLightCAD
    Preparing search index...

    Snapshot of a deleted entity used by LAYDEL session undo.

    interface AcApLaydelEntitySnapshot {
        entity: AcDbEntity;
        objectId: string;
        ownerId: string;
    }
    Index

    Properties

    entity: AcDbEntity

    Cloned entity data for restoration.

    objectId: string

    Object id of the erased entity.

    ownerId: string

    Object id of the block table record that owned the entity.