Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 707 Bytes

File metadata and controls

31 lines (23 loc) · 707 Bytes

GetCableBreakData

Description

Get 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.

FUNCTION GetCableBreakData(
				hObj         : HANDLE;
				DataSelector : STRING;
				BreakIndex   : INTEGER) : STRING;
def vs.GetCableBreakData(hObj, DataSelector, BreakIndex):
    return STRING

Parameters

Name Type Description
hObj HANDLE
DataSelector STRING
BreakIndex INTEGER

Version

Availability: from Vectorworks 2025.4

Category