Click or drag to resize

IAPISimObjectGetSiblings Method

Get all objects of this type in a document.

Namespace: ema3d.Api.V25
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
IEnumerable<IAPISimObject> GetSiblings(
	Document document
)

Parameters

document  Document

Return Value

IEnumerableIAPISimObject
See Also