interface DwgDictionaryObject {
    cloningFlag: DwgDictionaryCloningFlags;
    entries: Record<string, string>;
    handle: string;
    isHardOwner: boolean;
    ownerHandle: string;
}

Hierarchy (View Summary)

Properties

Duplicate record cloning flag

entries: Record<string, string>
handle: string
isHardOwner: boolean

Hard-owner flag. If set to 1, indicates that elements of the dictionary are to be treated as hard-owned

ownerHandle: string