 | AMLEngineAdaptergetReferencedSystemUnitClass Method |
Note: This API is now obsolete.
Namespace: Aml.Engine.AdapterAssembly: 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
)
<ExtensionAttribute>
<ObsoleteAttribute("use the SystemUnitClass Property of InternalElementType which allows to get and set the referenced Class")>
Public Shared Function getReferencedSystemUnitClass (
element As InternalElementType
) As SystemUnitFamilyType
public:
[ExtensionAttribute]
[ObsoleteAttribute(L"use the SystemUnitClass Property of InternalElementType which allows to get and set the referenced Class")]
static SystemUnitFamilyType^ getReferencedSystemUnitClass(
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