 | CableVoltageProbeModifierGetCableVoltageProbes Method |
Get all Cable Voltage Probes in the given document
Namespace: ema3d.Api.V25.CablingAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic static Dictionary<string, CableVoltageProbe> GetCableVoltageProbes(
Document document
)
Public Shared Function GetCableVoltageProbes (
document As Document
) As Dictionary(Of String, CableVoltageProbe)
public:
static Dictionary<String^, CableVoltageProbe^>^ GetCableVoltageProbes(
Document^ document
)
static member GetCableVoltageProbes :
document : Document -> Dictionary<string, CableVoltageProbe>
Parameters
- document Document
Return Value
DictionaryString,
CableVoltageProbe
See Also