Describes the structure of one object inside an "array" property.

Each element in the array is treated like a lightweight entity with its own set of typed properties.

interface AcDbEntityArrayItemSchema {
    properties: AcDbEntityProperty[];
}

Properties

Properties

properties: AcDbEntityProperty[]

Property definitions for one array element.