Click or drag to resize

AMLEngineAdapterSystemUnitClassChildren Method

Note: This API is now obsolete.

Gets all Children SystemUnitFamilyType Objects of this SystemUnitClass.

Namespace: Aml.Engine.Adapter
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
[ObsoleteAttribute("Use SystemUnitClass Property instead.")]
public static IEnumerable<SystemUnitFamilyType> SystemUnitClassChildren(
	this SystemUnitFamilyType systemUnitClass
)

Parameters

systemUnitClass  SystemUnitFamilyType
The SystemUnitClass

Return Value

IEnumerableSystemUnitFamilyType
Collection 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