dopnumsubdata expression function
Returns the number of subdata items attached to an object or data.
Replaced by: hou.DopData
Usage
dopnumsubdata(dop, objectSpec, subDataName)
Examples
dopnumsubdata("/obj/dopnet1", "obj0", "")
Returns the number of data items attached to obj0.
dopnumsubdata("/obj/dopnet1", "obj0", "Geometry")
Returns the number of data items attached to obj0/Geometry.