gpeGetAbutTypeName
gpeGetAbutTypeName (u_sandbox x_abutType[?verbose{t|nil} ] ) =>t_abutTypeName/nil
Description
Returns the name corresponding to the given abutment type number from the specified Modgen sandbox object.
Arguments
Value Returned
|
Returns the abutment type name corresponding to the specified abutment type number. |
|
Example
In the following example, the value of sb is determined by calling gpeEditSandbox. This value is passed as an argument to gpeGetAbutTypeName:
sb = gpeEditSandbox()
gpeGetAbutTypeName(sb 0 ?verbose t)
>"type0"
Return to top