Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 508 Bytes

File metadata and controls

29 lines (23 loc) · 508 Bytes

SL_Export

Description

Export Spotlight Data to xml file.

PROCEDURE SL_Export(
				exportType : INTEGER;
				instHand   : HANDLE;
				fieldName  : DYNARRAY[] of CHAR);
def vs.SL_Export(exportType, instHand, fieldName):
    return None

Parameters

Name Type Description
exportType INTEGER
instHand HANDLE
fieldName DYNARRAY[] of CHAR

Version

Availability: from Vectorworks 2011

Category