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