mech:instance-get-allcategories


(mech:instance-get-allcategories  idEnt)

Returns all property categories (names of PropertySets) for the specified entity idEnt (ename) component instance.

Arguments

idEnt (ename) the entity

Return

list of categoriy names (strings), or NIL

Example

(vl-load-mech)  2
(setq blkRef (car (entsel)))  <Entity name: 7c8dea10>
(setq res (mech:instance-get-allcategories blkRef))  NIL
=> no dedicated categories attached

Remarks


Note




©  Bricsys NV. All rights reserved.