 | QueryResultElementsWithInternalLinkRelations Method |
Returns all InternalElements and SystemUnitClasses in the defined Document, which are related to others
via InternalLinks.
Namespace: Aml.Engine.ServicesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static IEnumerable<SystemUnitClassType> ElementsWithInternalLinkRelations(
this CAEXDocument doc
)
<ExtensionAttribute>
Public Shared Function ElementsWithInternalLinkRelations (
doc As CAEXDocument
) As IEnumerable(Of SystemUnitClassType)
public:
[ExtensionAttribute]
static IEnumerable<SystemUnitClassType^>^ ElementsWithInternalLinkRelations(
CAEXDocument^ doc
)
Parameters
- doc CAEXDocument
- the Document
Return Value
IEnumerableSystemUnitClassTypeA 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