Command PV SET PICTURE PROPERTY

4D View

PV SET PICTURE PROPERTY

version 6.8


PV SET PICTURE PROPERTY (area; picNum; property; value)

ParameterTypeDescription
areaLongint4D View area
picNumLongintPicture number
propertyLongintProperty number
valueLongintProperty 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

PV Get picture property.

Constants

PV Picture properties and PV Picture mapping mode themes.