Click or drag to resize

QueryResultElementsWithInternalLinkRelations Method

Returns all InternalElements and SystemUnitClasses in the defined Document, which are related to others via InternalLinks.

Namespace: Aml.Engine.Services
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static IEnumerable<SystemUnitClassType> ElementsWithInternalLinkRelations(
	this CAEXDocument doc
)

Parameters

doc  CAEXDocument
the Document

Return Value

IEnumerableSystemUnitClassType
A collection of related SystemUnitClass objects

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type CAEXDocument. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also