Home Reference Expression functions 

detailattribsize expression function

Returns the number of components in a detail attribute.

Usage

detailattribsize(surface_node, attribute)

If the surface node or attribute is not found, returns 0.

Examples

detailattribsize( "/obj/model/capture", "pCaptData" )
Returns the number of elements in a “pCaptData” attribute.

Replaced by