findKindOfQuantity Method
Find a KindOfQuantity by qualified name ("SchemaName:KoqName" or "SchemaName.KoqName"). The namespace part matches schema name first, then alias. Case-insensitive.
findKindOfQuantity(qualifiedName: string): SchemaView.KindOfQuantity | undefined
| Parameter | Type | Description |
|---|---|---|
| qualifiedName | string |
Returns - SchemaView.KindOfQuantity | undefined
Defined in
- ecschema-metadata/src/SchemaView.ts Line 152
Last Updated: 27 May, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.