bCheckLayer
(Optional parameter) Indicates whether to verify the existenece of the layer as given by the LayerName (which is specified by the TextObjectAttributes). Possible values are:
Value |
Meaning |
VARIANT_TRUE |
Verify the existenece of the layer to which the object will be added. If the layer doesn’t exist, the method will return an error. |
VARIANT_FALSE |
Add the obejct without checking the existenece of the layer. |
The default value of this parameter is VARIANT_FALSE.