PV SET PICTURE PROPERTY
version 6.8
PV SET PICTURE PROPERTY (area; picNum; property; value)
Parameter | Type | Description | |
area | Longint | 4D View area | |
picNum | Longint | Picture number | |
property | Longint | Property number | |
value | Longint | Property value |
Description
The PV SET PICTURE PROPERTY command sets the property value of the picture number picNum for the specified property.
The PV Picture properties constants are used to define the property parameter.
You can also use the PV Picture mapping mode constant theme to define the value parameter.
Example
Set the display format of picture number 1 to "scaled centered":
PV SET PICTURE PROPERTY (Area;1;pv picture mapping mode ;pv mapping scaled centered prop )
See Also
Constants
PV Picture properties and PV Picture mapping mode themes.