Click or drag to resize

SwitchGetSiblings Method

Get all objects of this type in a document.

Namespace: ema3d.Api.V26.Cabling.Elements
Assembly: ema3d.Api.V26 (in ema3d.Api.V26.dll) Version: 0.0.0.0
Syntax
public override IEnumerable<IAPISimObject> GetSiblings(
	Document document
)

Parameters

document  Document

Return Value

IEnumerableIAPISimObject

Implements

IAPISimObjectGetSiblings(Document)
See Also