API Reference > imodeljs-backend > Elements > LinearlyLocated > getAtLocations getAtLocations MethodStatic Query for LinearlyReferenced AtLocation aspects owned by the specified LinearlyLocated Element. getAtLocations(iModel: IModelDb, linearlyLocatedElementId: Id64String): LinearlyReferencedAtLocation[] throws IModelError Parameter Type Description iModel IModelDb The iModel to query from. linearlyLocatedElementId Id64String The id of the LinearlyLocated Element to query aspects about. Returns - LinearlyReferencedAtLocation[] Returns an array of LinearlyReferencedAtLocation. Defined in core/backend/src/domains/LinearReferencingElements.ts Line 546 Last Updated: 13 June, 2024