API Reference > linear-referencing-backend > LinearReferencing > LinearlyReferencedLocation LinearlyReferencedLocation Class Beta Base class for multi-aspects carrying linearly-referenced locations. Extends ElementMultiAspect Extended by LinearlyReferencedAtLocation LinearlyReferencedFromToLocation Inherited methods Name Inherited from Description forEachProperty(func: PropertyCallback, includeCustom?: boolean): void ElementMultiAspect Call a function for each property of this Entity. is(otherClass: undefined): boolean Static ElementMultiAspect return whether this Entity class is a subclass of another Entity class onDelete(_arg: OnAspectIdArg): void ProtectedStatic ElementMultiAspect Called before an ElementAspect is deleted. onDeleted(_arg: OnAspectIdArg): void ProtectedStatic ElementMultiAspect Called after an ElementAspect was deleted. onInsert(_arg: OnAspectPropsArg): void ProtectedStatic ElementMultiAspect Called before a new ElementAspect is inserted. onInserted(_arg: OnAspectPropsArg): void ProtectedStatic ElementMultiAspect Called after a new ElementAspect was inserted. onUpdate(_arg: OnAspectPropsArg): void ProtectedStatic ElementMultiAspect Called before an ElementAspect is updated. onUpdated(_arg: OnAspectPropsArg): void ProtectedStatic ElementMultiAspect Called after an ElementAspect was updated. Inherited properties Name Type Inherited from Description classFullName Accessor ReadOnly string ElementMultiAspect Get the full BIS class name of this Entity in the form "schema:class". classFullName Accessor StaticReadOnly string ElementMultiAspect Get the full BIS class name of this Entity in the form "schema:class" className Accessor ReadOnly string ElementMultiAspect The name of the BIS class associated with this class. element RelatedElement ElementMultiAspect id string ElementMultiAspect The Id of this Entity. iModel IModelDb ElementMultiAspect The IModelDb that contains this Entity schema Static undefined ElementMultiAspect The Schema that defines this class. schemaName Accessor ReadOnly string ElementMultiAspect The name of the BIS Schema that defines this class Defined in domains/linear-referencing/backend/src/LinearReferencingElementAspects.ts Line 41 Last Updated: 11 June, 2024