Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 611 Bytes

File metadata and controls

36 lines (28 loc) · 611 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

resultH := ShowCreateImageDialog;
result = vs.ShowCreateImageDialog()

Version

Availability: from VectorWorks10.0

Category