Click or drag to resize

AMLEngineAdaptergetReferencedSystemUnitClass Method

Note: This API is now obsolete.

Gets the referenced SystemUnitClass using the RefBaseSystemUnitPath.

Namespace: Aml.Engine.Adapter
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
[ObsoleteAttribute("use the SystemUnitClass Property of InternalElementType which allows to get and set the referenced Class")]
public static SystemUnitFamilyType getReferencedSystemUnitClass(
	this InternalElementType element
)

Parameters

element  InternalElementType
The InternalElement

Return Value

SystemUnitFamilyType
The referenced SystemUnitClass

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type InternalElementType. 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