C++
Acad::ErrorStatus getBackgroundScaleFactor( double& scale ) const;
Description
If background fill is defined for this object, this function returns the background scale factor in the scale output parameter.
Returns Acad::eOk if successful. Returns Acad::eNotApplicable if background fill is not defined.
Parameters
Parameters | Description |
---|---|
scale | Output background scale factor |