 | AMLEngineAdapterSystemUnitClassChildren Method |
Note: This API is now obsolete.
Namespace: Aml.Engine.AdapterAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax[ObsoleteAttribute("Use SystemUnitClass Property instead.")]
public static IEnumerable<SystemUnitFamilyType> SystemUnitClassChildren(
this SystemUnitFamilyType systemUnitClass
)
<ExtensionAttribute>
<ObsoleteAttribute("Use SystemUnitClass Property instead.")>
Public Shared Function SystemUnitClassChildren (
systemUnitClass As SystemUnitFamilyType
) As IEnumerable(Of SystemUnitFamilyType)
public:
[ExtensionAttribute]
[ObsoleteAttribute(L"Use SystemUnitClass Property instead.")]
static IEnumerable<SystemUnitFamilyType^>^ SystemUnitClassChildren(
SystemUnitFamilyType^ systemUnitClass
)
Parameters
- systemUnitClass SystemUnitFamilyType
- The SystemUnitClass
Return Value
IEnumerableSystemUnitFamilyTypeCollection of SystemUnitClass children.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
SystemUnitFamilyType. 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