Adams Basic Package > Adams View > View Command Language > geometry > geometry create shape picture

geometry create shape picture

Allows you to create a picture.

Format:

 
geometry create shape picture
picture_name =
new picture
image_file_name =
name of image
height =
integer
location =
location

Example:

 
geometry create shape picture &
picture_name =
picture_1 &
image_file_name =
"c:\documents and settings\car.jpg" &
height =
50

Description:

 
Parameter
Value Type
Description
picture_name
New Picture
Specifies the new picture to be created.
image_file_name
String
Specifies the file name containing the image.
height
Integer
Specifies the height of the picture.
location
Location
Specifies the location of the picture.