Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 918 Bytes

File metadata and controls

33 lines (25 loc) · 918 Bytes

SetCableSectionData

Description

Set cable section data. Data selectors - 'Name', 'Parts Ordered', 'Length', 'Start Slack', 'End Slack', 'Swag', 'Total Vertical Drop'. 'Parts Ordered', 'Length' and 'Total Vertical Drop' are read only. If the function is called on a cable section subpart the section index is ignored. If the function is called on a cable object you have to specify the section index.

PROCEDURE SetCableSectionData(
				hObj         : HANDLE;
				DataSelector : STRING;
				SectionIndex : INTEGER;
				Value        : STRING);
def vs.SetCableSectionData(hObj, DataSelector, SectionIndex, Value):
    return None

Parameters

Name Type Description
hObj HANDLE
DataSelector STRING
SectionIndex INTEGER
Value STRING

Version

Availability: from Vectorworks 2025.4

Category