OT GetNamedProperties version 1 modified version 2.0
OT GetNamedProperties(inObject; inTag; outType {; outItemSize {; outDataSize {; outIndex}}}})
Parameter Type Description
inObject Longint inTag String outType Longint outItemSize Longint A handle to an object
→ An item tag
Receives the item’s type
Receives the item’s size including
the tag outDataSize Longint Receives the item’s size excluding
the tag outIndex Longint Receives the item’s index
←
Discussion
OT GetNamedProperties returns the properties of the item identified by the tag inTag.
If inObject is not a valid object handle or if no item in object has the given tag, an error is generated, OK is set to zero, and the return variables are left untouched.
Note As of ObjectTools 2.0, outIndex will always be zero, as it is meaningless.
See Also
OT GetAllProperties , OT GetItemProperties

