 | 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.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic SystemUnitClassType LowestCommonParent(
SystemUnitClassType systemUnitClass
)
Public Function LowestCommonParent (
systemUnitClass As SystemUnitClassType
) As SystemUnitClassType
public:
SystemUnitClassType^ LowestCommonParent(
SystemUnitClassType^ systemUnitClass
)
Parameters
- systemUnitClass SystemUnitClassType
- The system unit class.
Return Value
SystemUnitClassTypethe SystemUnitClass object which is the lowest common parent
Exceptions
See Also