Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 716 Bytes

File metadata and controls

30 lines (23 loc) · 716 Bytes

CreateThumbnailPopup

Description

Creates a thumbnail popup that can be populated with previews of objects in Vectorworks.

PROCEDURE CreateThumbnailPopup(
				dialogID  : LONGINT;
				controlID : LONGINT);
def vs.CreateThumbnailPopup(dialogID, controlID):
    return None

Parameters

Name Type Description
dialogID LONGINT
controlID LONGINT

Remarks

'''BE AWARE:''' this will not work for Line Types of an external document (default library for example). Use CreateCustThumbPopup in that situation.

Version

Availability: from Vectorworks 2012

Category