BimCT SDK / WebGL2 Viewer
    Preparing search index...

    Interface ElementProperty

    Represents a property of an element.

    interface ElementProperty {
        name: string;
        type: ElementPropertyType;
        numberValue?: number;
        textValue?: string;
        minValue?: number;
        maxValue?: number;
        customProps?: CustomElementProperty[];
    }
    Index

    Properties

    name: string
    numberValue?: number
    textValue?: string
    minValue?: number
    maxValue?: number
    customProps?: CustomElementProperty[]