VS:AddLBOriginalName

From Vectorworks Developer
Jump to navigation Jump to search

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

This function is called when hierarchical display is on and a new item is added to the list browser.

PROCEDURE AddLBOriginalName(
dialogID :LONGINT;
componentID :LONGINT;
originalName :STRING);
def vs.AddLBOriginalName(dialogID, componentID, originalName):
    return None

Parameters

dialogID LONGINT The id of the dialog.
componentID LONGINT The id of the list browser.
originalName STRING The original name of the new item being added to the list browser.

Version

Availability: from Vectorworks 2013