Description
Creates and adds a new image source and a new image clip, the new clip pointing to the new source and inspect the new clip.
Scripting Syntax
CreateImageClip( [FileName], [Name] )
Parameters
|
Parameter |
Type |
Description |
|
FileName [in/out] |
Full path of the image source. Default Value: Filename argument handler will pop up if nothing specified. |
|
|
Name |
The name to use for the new clip. Default Value: If no name is supplied, then a default value will be used. |
Return Value
Returns the new ImageClip
Examples
VBScript Example
CreateImageClip "c:\temp\abc.bmp", "MyClip"
See Also
SOFTIMAGE|XSI v6.01