Click or drag to resize

PlaneWaveGetSiblings Method

Get all objects that share this object's type in the document.

Namespace: ema3d.Api.V25.Core.Excitation
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public override IEnumerable<IAPISimObject> GetSiblings(
	Document document = null
)

Parameters

document  Document  (Optional)

Return Value

IEnumerableIAPISimObject

Implements

IAPISimObjectGetSiblings(Document)
See Also