dbGetPropByName
dbGetPropByName(d_objectt_name) =>d_propId/nil
Description
If a property of the given name is found on the object specified, d_propId of the property is returned; otherwise, nil is returned.
Argument
Value Returned
|
PropId if the property of the given name is found on the object. |
|
Examples
propId = dbGetPropByName(instId "myProp")
Related Topics
Property Creation and Modification Functions
Return to top