dopsubdataname expression function
Returns the name of a subdata of a given DOP object.
Replaced by: hou.DopData
Usage
dopsubdataname(dop, objectSpec, subDataName, subDataNum)
Examples
dopsubdataname("/obj/dopnet1", "foobar", "", 0)
Returns the name of the first data attached to the object foobar.
dopsubdataname("/obj/dopnet1", "foobar", "Geometry", 3)
Returns the name of the 4th subdata attached to the object foobar’s data “Geometry”.