BimCT SDK / WebGL2 Viewer
    Preparing search index...

    Interface MembershipData

    Represents membership data of an element.

    interface MembershipData {
        globalId?: string;
        modelId?: Int64;
        name?: string;
        type?: string;
    }
    Index

    Properties

    globalId?: string
    modelId?: Int64
    name?: string
    type?: string