Click or drag to resize

VoltageDifferenceProbeGetAll Method

Retrieve all VoltageDifferenceProbe objects in the document.

Namespace: ema3d.Api.V25.Core.Probes
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public static IEnumerable<VoltageDifferenceProbe> GetAll(
	Document document = null
)

Parameters

document  Document  (Optional)

Return Value

IEnumerableVoltageDifferenceProbe
See Also