34 lines
535 B
Markdown
34 lines
535 B
Markdown
# BmpFileOff (Get Method)
|
||
|
||
Gets the value of "BmpFileOff" property.
|
||
|
||
```
|
||
string BmpFileOff() const
|
||
|
||
```
|
||
|
||
Return Value
|
||
|
||
Value of "BmpFileOff" property of the object assigned to the class instance. If there is no object assigned, it returns "".
|
||
|
||
# BmpFileOff (Set Method)
|
||
|
||
Sets new value for "BmpFileOff" property.
|
||
|
||
```
|
||
bool BmpFileOff(
|
||
string name // file name
|
||
)
|
||
|
||
```
|
||
|
||
Parameters
|
||
|
||
name
|
||
|
||
[in] New value for "BmpFileOff" property.
|
||
|
||
Return Value
|
||
|
||
true - successful, false - cannot change the property.
|