 | TopologyModifierGetCables(Harness) Method |
Gets Cables and its children in given Harness
Namespace: ema3d.Api.V25.CablingAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic static Dictionary<string, ICable> GetCables(
Harness harness
)
Public Shared Function GetCables (
harness As Harness
) As Dictionary(Of String, ICable)
public:
static Dictionary<String^, ICable^>^ GetCables(
Harness^ harness
)
static member GetCables :
harness : Harness -> Dictionary<string, ICable>
Parameters
- harness Harness
Return Value
DictionaryString,
ICable
See Also