dbGetIntegrationColorModel
dbGetIntegrationColorModel(d_cellViewId) =>t_integType/ nil
Description
Returns a string value of the integration color model constraint for the specified cellview. Possible values are any or locked.
Arguments
Value Returned
|
Returns a string value representing the integration color model constraint for specified cellview |
|
Example
dbGetIntegrationColorModel( cvId )
=> "locked"
Return to top