MethodGenericIconGet
method
which is used to implement the COODESK@1.1001:AttrObjMiniIconGet
action for the appropriate object class cfgobjclass
.
customize CPSymbols<User> {
cfgicexpression = expression {
return cooobj.useractive;
}
objmicon = SymbolUserAccepted;
}
Symbol
FSCCONFIG@1.1001:CPSymbols(
key ObjectClass
cfgobjclass,
out retval string[]
cfgicexpression,
out retval direct Symbol
objmicon)
Name |
Description |
cfgobjclass |
applies to objects of the defined object class
|
cfgicexpression |
if this expression returns
true , the symbol objmicon is used (alternatively, the expression itself can return a symbol to be used) |
objmicon |
defines the symbol that is assigned to
Symbol |
Additional Information