Learning > backend > Access Element Aspects Edit this page Accessing ElementAspects An ElementAspect is an in-memory representation of a BIS ElementAspect. There can be [0..1] instances of ElementUniqueAspect per ElementAspect class per Element instance. There can be [0..N] instances of ElementMultiAspect per ElementAspect class per Element instance. const elementAspects: ElementAspect[] = iModel.elements.getAspects(elementId, elementAspectClassFullName); Last Updated: 02 February, 2022