dbGetColorModel
dbGetColorModel(d_cellViewId) =>t_type/ nil
Description
Returns a string value of the color model constraint for the specified cellview. Possible values are any, layerBased, or locked.
Arguments
Value Returned
|
Returns a string value representing the color model constraint for specified cellview |
|
Example
dbSetColorModel( cvId "layerBased" ) ; setting the color model constraint
=> t
dbGetColorModel( cvId ) ; retrieving the color model constraint
=> "layerBased"
Return to top