Click or drag to resize

PinCurrentGetAll Method

Retrieve all PinCurrent objects in the document.

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

Parameters

document  Document  (Optional)

Return Value

IEnumerablePinCurrent
See Also