Click or drag to resize

QueryServiceInternalLinksToElement Method

Gets all InternalLink objects referencing the provided SystemUnitClass object via an external interface attached to the SystemUnitClass.

Namespace: Aml.Engine.Services
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public IEnumerable<InternalLinkType> InternalLinksToElement(
	SystemUnitClassType systemUnitClass
)

Parameters

systemUnitClass  SystemUnitClassType
The SystemUnitClass object

Return Value

IEnumerableInternalLinkType
An enumeration of InternalLinks.

Implements

IQueryInternalLinksToElement(SystemUnitClassType)
See Also