Click or drag to resize

SystemUnitClassTypeLowestCommonParent Method

Gets the Lowest common parent to this SystemUnitClass and the provided SystemUnitClass. The common parent is used to store an InternalLink relating this two SystemUnitClass objects. An InternalLink is not allowed to leave the boundary of a SystemUnitClass which means, that no common parent is defined for two different SystemUnitClass objects. If one Element is a SystemUnitClass the other one should be an InternalElement descendant of the SystemUnitClass.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public SystemUnitClassType LowestCommonParent(
	SystemUnitClassType systemUnitClass
)

Parameters

systemUnitClass  SystemUnitClassType
The system unit class.

Return Value

SystemUnitClassType
the SystemUnitClass object which is the lowest common parent
Exceptions
ExceptionCondition
ArgumentNullExceptionsystemUnitClass
See Also