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