Model.hm_undefinedmatchingcriteria#
- Model.hm_undefinedmatchingcriteria(entity_type)#
Returns the supported undefined matching criteria for a given entity type (name, id or none).
- Parameters:
entity_type (EntityFullType) – The type of entity to query. All entity types are valid.
- Returns:
hwReturnStatus- Status objectHmQueryResult- Result object containing the output values:matchingCriteria (str)
Example#
Get the undefined matching type for components#import hm import hm.entities as ent model = hm.Model() model.hm_undefinedmatchingcriteria(entity_type=ent.Component)