Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 665 Bytes

File metadata and controls

34 lines (26 loc) · 665 Bytes

SetDLComponentName

Description

Sets the name of the component at index in the Double Line Preferences.

FUNCTION SetDLComponentName(
				index         : INTEGER;
				componentName : STRING): BOOLEAN;
def vs.SetDLComponentName(index, componentName):
    return BOOLEAN

Parameters

Name Type Description
index INTEGER The index of the component.
componentName STRING The name of the component.

Remarks

CJG 3-23-07

See Also

VS Functions: GetDLComponentName

Version

Availability: from VectorWorks13.0

Category