Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 747 Bytes

File metadata and controls

33 lines (25 loc) · 747 Bytes

SetCableBreakData

Description

Set cable break data. Data selectors - 'Name'. If the function is called on a cable break subpart the break index is ignored. If the function is called on a cable object you have to specify the break index.

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

Parameters

Name Type Description
hObj HANDLE
DataSelector STRING
BreakIndex INTEGER
Value STRING

Version

Availability: from Vectorworks 2025.4

Category