Click or drag to resize

TopologyModifierGetCables(ISimulationCable) Method

Gets children cables of given parent cable

Namespace: ema3d.Api.V26.Cabling
Assembly: ema3d.Api.V26 (in ema3d.Api.V26.dll) Version: 0.0.0.0
Syntax
public static Dictionary<string, ISimulationCable> GetCables(
	ISimulationCable cable
)

Parameters

cable  ISimulationCable

Return Value

DictionaryString, ISimulationCable
See Also