Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 512 Bytes

File metadata and controls

29 lines (22 loc) · 512 Bytes

ShowCreateImageDialog

Description

Displays a dialog that allows the user to select an image file from which a new image resource is created.

FUNCTION ShowCreateImageDialog : HANDLE;
def vs.ShowCreateImageDialog():
    return HANDLE

Examples

VectorScript

imageHandle := ShowCreateImageDialog;

Python

Version

Availability: from VectorWorks10.0

Category