dbSetIntegrationColorModel
dbSetIntegrationColorModel(
d_cellViewId
t_integType
)
=> t / nil
Description
Sets the value of the integration color model constraint for the specified cellview. Possible values are any or locked.
Arguments
|
Specifies the value of the integration color model constraint you want to set |
Value Returned
Example
dbSetIntegrationColorModel( cvId "any" ) => t
dbSetIntegrationColorModel( cvId "layerBased" ) => nil ; no "layerBased" integration color model
Return to top