doprecordtypename expression function
Returns the name of a record in DOPs data given its index.
Usage
doprecordtypename(dop, objectSpec, subDataName,
recordTypeNum)
Returns the name of the recordTypeNumth record that is owned by the given subData.
Examples
doprecordtypename("/obj/dopnet1", "obj0", "Geometry/Volume", 0)Returns the name of the first record type of the Volume data which is attached to the Geometry data of obj0.
Replaced by
Replaced by hou.DopDataRecordType.name
