Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1011 Bytes

File metadata and controls

29 lines (23 loc) · 1011 Bytes

DLDSetLoadDataString

Description

Using selector, sets default load data with string value for the parametric object. Available selectors : kDLDSelectorGroupName = 2, kDLDSelectorLoadID = 3, kDLDSelectorLoadName = 4, kDLDSelectorWeight = 5, kDLDSelectorPrmLoadID = 6, kDLDSelectorPrmName = 7, kDLDSelectorPrmWeight = 8, kDLDSelPrmTotalDistWght = 9.
Selector kDLDSelectorGroupName determinate the category, where the load will be displayed in the overview. This selector can be used with one of the following values: 'Audio', 'Video', 'Light', 'Decoration' (displayed as Scenery), 'Cable', 'Truss' and 'LoadingPoint'.

PROCEDURE DLDSetLoadDataString(
				selector : INTEGER;
				value    : STRING);
def vs.DLDSetLoadDataString(selector, value):
    return None

Parameters

Name Type Description
selector INTEGER
value STRING

Version

Availability: from Vectorworks 2018

Category