dbGetShapeTrimFillType
dbGetShapeTrimFillType (d_shapeId) =>t_trimFillType/ nil
Description
Returns the trim fill type for the specified trim shape.
Arguments
Value Returned
Examples
Returns that the fill type for the trim shape s1 is notTrim.
s1 = dbCreateRect(cv "M1" list(0:0 1:1))
dbGetShapeTrimFillType(s1)
=> "notTrim"
Related Topics
Return to top