gpeGetAbutTypeList
gpeGetAbutTypeList (u_sandbox[?verbose{t|nil} ] ) =>l_abutTypes/nil
Description
Returns a list of abutment types for the specified Modgen sandbox object.
Arguments
Value Returned
|
Returns a list of abutment types in the format:
|
|
Example
In the following example, the value of sb is determined by calling gpeEditSandbox. This value is passed as an argument to gpeGetAbutTypeList:
sb = gpeEditSandbox()
gpeGetAbutTypeList(sb ?verbose t)
> (("type0" 0) ("type1" 1))
Return to top