MLightCAD
    Preparing search index...

    One loaded external-reference display session.

    Host document owns only xref metadata (BTR + INSERT). Geometry lives in a read-only secondary database and an overlay layout that is not registered in AcTrScene's editable layout map.

    interface AcApXrefSession {
        blockName: string;
        id: string;
        insertId?: string;
        overlayId: string;
        sourcePath: string;
        visible: boolean;
    }
    Index

    Properties

    blockName: string

    Host block-table record name for this xref.

    id: string

    Unique session id (e.g. xref-1).

    insertId?: string

    Host INSERT object id, when an INSERT was created.

    overlayId: string

    Overlay id returned by AcApDocManager.loadOverlay.

    sourcePath: string

    Source file path or name used for display.

    visible: boolean

    Whether the overlay geometry is currently visible.