 | AMLEngineAdaptergetLinkedObjects Method |
Note: This API is now obsolete.
Getting a List of LinkedObjects object of this SystemUnitClass containing references to the concrete referenced
InternalElements via an InternalLink.
Namespace: Aml.Engine.AdapterAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax[ObsoleteAttribute("Direct enumeration of the InternalLink property is supported",
false)]
public static List<LinkedObjects> getLinkedObjects(
this SystemUnitClassType systemUnitClass
)
<ExtensionAttribute>
<ObsoleteAttribute("Direct enumeration of the InternalLink property is supported",
false)>
Public Shared Function getLinkedObjects (
systemUnitClass As SystemUnitClassType
) As List(Of LinkedObjects)
public:
[ExtensionAttribute]
[ObsoleteAttribute(L"Direct enumeration of the InternalLink property is supported",
false)]
static List<LinkedObjects^>^ getLinkedObjects(
SystemUnitClassType^ systemUnitClass
)
Parameters
- systemUnitClass SystemUnitClassType
- The system unit class.
Return Value
ListLinkedObjects
A list of linkedObjects for this SystemUnitClass. This list is empty if no InternalLink exists
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
SystemUnitClassType. 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