Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 476 Bytes

File metadata and controls

27 lines (21 loc) · 476 Bytes

SL_UpdateUID

Description

Changes an existing UID in the data exchange file.

PROCEDURE SL_UpdateUID(
				oldUID : DYNARRAY[] of CHAR;
				newUID : DYNARRAY[] of CHAR);
def vs.SL_UpdateUID(oldUID, newUID):
    return None

Parameters

Name Type Description
oldUID DYNARRAY[] of CHAR
newUID DYNARRAY[] of CHAR

Version

Availability: from Vectorworks 2012

Category